diff options
author | Robin Appelman <icewind1991@gmail.com> | 2010-10-15 23:44:01 +0000 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2010-10-15 23:44:01 +0000 |
commit | a3940dc6283cce920068ae67a566a802f5f57284 (patch) | |
tree | e6175d427a84039ded1ba4c36a3cead38bf16730 | |
parent | a98dfbbf71336f4f0fbf4299c101239aaa65826b (diff) | |
parent | 51b54048798b19f2c7fa2bb4f031b75aea0adcb4 (diff) | |
download | nextcloud-server-a3940dc6283cce920068ae67a566a802f5f57284.tar.gz nextcloud-server-a3940dc6283cce920068ae67a566a802f5f57284.zip |
Merge branch 'master' of git://gitorious.org/owncloud/owncloud
-rwxr-xr-x | inc/templates/adminform.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php index da75b8b841d..50ba2a3b64b 100755 --- a/inc/templates/adminform.php +++ b/inc/templates/adminform.php @@ -95,7 +95,7 @@ if($FIRSTRUN){?> <?php } ?> -<tr><th colspan="2">Advanced Configurations</th></tr> +<tr><th colspan="2">Advanced Configuration</th></tr> <?php if($FIRSTRUN){?> <tr title="This directory is used to store files."><td>data directory:</td><td><input type="text" name="datadirectory" size="30" class="formstyle" value="<?php echo($CONFIG_DATADIRECTORY_ROOT);?>"></input></td></tr> <?php } ?> @@ -177,7 +177,7 @@ if($CONFIG_DBTYPE=='sqlite'){ <tr title="The password of the administrative database user. If in doubt, contact your web-host." id='dbAdminPwd'><td> - administrative password:</td><td><input type="password" name="dbadminpwd" size="30" class="formstyle" value=''></input></td></tr> <tr title="Fill database with default data so you can start right away." id='dbfill'><td> - fill initial database:</td><td><input type="checkbox" name="filldb" size="30" class="formstyle" value='1' checked="checked"></input></td></tr> <?php }?> -<tr><th colspan="2">Conformation</th></tr> +<tr><th colspan="2">Confirmation</th></tr> <?php if(!$FIRSTRUN){?> <tr title="This is to avoid abuse while you are away and have not logged out decently."><td>your password:</td><td><input type="password" name="currentpassword" size="30" class="formstyle"></input></td></tr> |