diff options
author | Yuriy Rusko <marshalrusty@phpbb.com> | 2009-09-10 15:32:16 +0000 |
---|---|---|
committer | Yuriy Rusko <marshalrusty@phpbb.com> | 2009-09-10 15:32:16 +0000 |
commit | dd9a5b3da6c50e69312f15dd700b4673eb637f33 (patch) | |
tree | 57e4424fcab4c92e44effbf7360fd1c96c98d3c6 | |
parent | 78fe1375d41acc6de5e61a94e101a01670ab2fb3 (diff) | |
download | forums-dd9a5b3da6c50e69312f15dd700b4673eb637f33.tar forums-dd9a5b3da6c50e69312f15dd700b4673eb637f33.tar.gz forums-dd9a5b3da6c50e69312f15dd700b4673eb637f33.tar.bz2 forums-dd9a5b3da6c50e69312f15dd700b4673eb637f33.tar.xz forums-dd9a5b3da6c50e69312f15dd700b4673eb637f33.zip |
Language changes
#51065
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10134 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/acp/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 6aba0f6a98..94188f4b1b 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -277,10 +277,10 @@ $lang = array_merge($lang, array( 'SELECT_ANONYMOUS' => 'Select anonymous user', 'SELECT_OPTION' => 'Select option', - 'SETTING_TOO_LOW' => 'The provided value for the setting “%1$s” is too low. The minimal acceptable value is %2$d.', + 'SETTING_TOO_LOW' => 'The provided value for the setting “%1$s” is too low. The minimum acceptable value is %2$d.', 'SETTING_TOO_BIG' => 'The provided value for the setting “%1$s” is too high. The maximum acceptable value is %2$d.', 'SETTING_TOO_LONG' => 'The provided value for the setting “%1$s” is too long. The maximum acceptable length is %2$d.', - 'SETTING_TOO_SHORT' => 'The provided value for the setting “%1$s” is too short. The minimal acceptable length is %2$d.', + 'SETTING_TOO_SHORT' => 'The provided value for the setting “%1$s” is too short. The minimum acceptable length is %2$d.', 'SHOW_ALL_OPERATIONS' => 'Show all operations', |