diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-29 00:36:40 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-29 00:36:40 +0000 |
commit | ae58794cbb6f77d1a1ebbe17fee703c9660577df (patch) | |
tree | b27873840be670586c563286b3bb2e11a7cc90c0 /phpBB | |
parent | 149f92896345b1fd873a814721b6e042a8681593 (diff) | |
download | forums-ae58794cbb6f77d1a1ebbe17fee703c9660577df.tar forums-ae58794cbb6f77d1a1ebbe17fee703c9660577df.tar.gz forums-ae58794cbb6f77d1a1ebbe17fee703c9660577df.tar.bz2 forums-ae58794cbb6f77d1a1ebbe17fee703c9660577df.tar.xz forums-ae58794cbb6f77d1a1ebbe17fee703c9660577df.zip |
Some tiny bug fixes - cannot stand seeing more than 1 page of Olympus bugs in the tracker
git-svn-id: file:///svn/phpbb/trunk@6693 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_permissions.html | 4 | ||||
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 2 | ||||
-rwxr-xr-x | phpBB/language/en/install.php | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_permissions.html b/phpBB/adm/style/acp_permissions.html index 9e305e525c..9b301f8f5c 100644 --- a/phpBB/adm/style/acp_permissions.html +++ b/phpBB/adm/style/acp_permissions.html @@ -261,8 +261,8 @@ <fieldset> <legend>{L_LOOK_UP_GROUP}</legend> <dl> - <dt><label for="group">{L_LOOK_UP_GROUP}:</label></dt> - <dd><select name="group_id[]" id="group">{S_ADD_GROUP_OPTIONS}</select></dd> + <dt><label for="group_select">{L_LOOK_UP_GROUP}:</label></dt> + <dd><select name="group_id[]" id="group_select">{S_ADD_GROUP_OPTIONS}</select></dd> <dd> </dd> </dl> </fieldset> diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 6ee90b7d3d..5c35c95747 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -516,7 +516,7 @@ </tr> <!-- BEGIN installed --> <tr> - <td><strong>{installed.NAME}</strong></a><!-- IF installed.S_DEFAULT_STYLE --> *<!-- ENDIF --></td> + <td><strong>{installed.NAME}</strong><!-- IF installed.S_DEFAULT_STYLE --> *<!-- ENDIF --></td> <!-- IF S_STYLE --> <td style="text-align: center;">{installed.STYLE_COUNT}</td> <!-- ENDIF --> diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index f6c1105d20..1568409b76 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -225,7 +225,7 @@ $lang = array_merge($lang, array( 'PCRE_UTF_SUPPORT' => 'PCRE UTF-8 Support', 'PCRE_UTF_SUPPORT_EXPLAIN' => 'phpBB will <strong>not</strong> run if your PHP installation is not compiled with UTF-8 support in the PCRE extension', 'PHP_OPTIONAL_MODULE' => 'Optional Modules', - 'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional, you do not need these to use phpBB 3.0. However if you do have them they will will enable greater functionality.', + 'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional, you do not need these to use phpBB 3.0. However if you have them available they will enable greater functionality.', 'PHP_SUPPORTED_DB' => 'Supported Databases', 'PHP_SUPPORTED_DB_EXPLAIN' => '<strong>Required</strong> - You must have support for at least one compatible database within PHP. If no database modules are shown as available you should contact your hosting provider or review the relevant PHP installation documentation for advice.', 'PHP_REGISTER_GLOBALS' => 'PHP setting <var>register_globals</var> is disabled', @@ -305,7 +305,7 @@ $lang = array_merge($lang, array( 'CHECK_FILES_UP_TO_DATE' => 'According to your database your version is up to date. You may want to proceed with the file check to make sure all files are really up to date with the latest phpBB version.', 'COLLECTED_INFORMATION' => 'Information on collected files', 'COLLECTED_INFORMATION_EXPLAIN' => 'The list below shows information about the files needing an update. Please read the information in front of every status block to see what they mean and what you may need to do to perform a successful update.', - 'COMPLETE_LOGIN_TO_BOARD' => 'You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Don’t forget to delete, rename or move your install directory!', + 'COMPLETE_LOGIN_TO_BOARD' => 'You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory!', 'CURRENT_FILE' => 'Current original file', 'CURRENT_VERSION' => 'Current version', @@ -434,7 +434,7 @@ $lang = array_merge($lang, array( <p>Once uploaded your board will be offline for normal users.<br /><br /> <strong><a href="%3$s" title="%3$s">Now start the update process by pointing your browser to the install folder</a>.</strong><br /> <br /> - You will then be guided through the update process. The update is complete after the database update script has been completed successfully - this is the last step within the udpate process. + You will then be guided through the update process. The update is complete after the database update script has been completed successfully - this is the last step within the update process. </p> ', |