diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-02-28 11:09:27 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-02-28 11:09:27 +0000 |
commit | 93c34901fd1ea1748bb4f653321fb73a74b83502 (patch) | |
tree | bf8d5792ae640ed2f4b97b6409ad9e110f4962d9 /phpBB/language/en | |
parent | dfa5cd59eba5def37cba02437da08fea162a9bcc (diff) | |
download | forums-93c34901fd1ea1748bb4f653321fb73a74b83502.tar forums-93c34901fd1ea1748bb4f653321fb73a74b83502.tar.gz forums-93c34901fd1ea1748bb4f653321fb73a74b83502.tar.bz2 forums-93c34901fd1ea1748bb4f653321fb73a74b83502.tar.xz forums-93c34901fd1ea1748bb4f653321fb73a74b83502.zip |
Minor cosmetics
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8418 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/common.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index c3f884bc8e..e69597395b 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -262,10 +262,10 @@ $lang = array_merge($lang, array( 'SELECT_ANONYMOUS' => 'Select anonymous user', 'SELECT_OPTION' => 'Select option', - 'SETTING_TOO_LOW' => 'The entered value for the setting %s is too low. The minimal allowed value is %d.', - 'SETTING_TOO_BIG' => 'The entered value for the setting %s is too big. The maximal allowed value is %d.', - 'SETTING_TOO_LONG' => 'The entered value for the setting %s is too long. The maximal allowed length is %d.', - 'SETTING_TOO_SHORT' => 'The entered value for the setting %s is not long enough. The minimal allowed length is %d.', + 'SETTING_TOO_LOW' => 'The entered value for the setting “%s” is too low. The minimal allowed value is %d.', + 'SETTING_TOO_BIG' => 'The entered value for the setting “%s” is too big. The maximal allowed value is %d.', + 'SETTING_TOO_LONG' => 'The entered value for the setting “%s” is too long. The maximal allowed length is %d.', + 'SETTING_TOO_SHORT' => 'The entered value for the setting “%s” is not long enough. The minimal allowed length is %d.', 'UCP' => 'User Control Panel', 'USERNAMES_EXPLAIN' => 'Place each username on a separate line.', |