diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-18 12:28:28 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-18 12:28:28 +0200 |
commit | b040c3f7c1e2d8c802bf06f8c4243702c4cc8cf3 (patch) | |
tree | 0539725e710087a0d0b303d159803048504a5ab0 /phpBB/language/en/acp/language.php | |
parent | 192bb74e3c5990535f592e69a8abb8dae1389be9 (diff) | |
download | forums-b040c3f7c1e2d8c802bf06f8c4243702c4cc8cf3.tar forums-b040c3f7c1e2d8c802bf06f8c4243702c4cc8cf3.tar.gz forums-b040c3f7c1e2d8c802bf06f8c4243702c4cc8cf3.tar.bz2 forums-b040c3f7c1e2d8c802bf06f8c4243702c4cc8cf3.tar.xz forums-b040c3f7c1e2d8c802bf06f8c4243702c4cc8cf3.zip |
[ticket/12527] Fix "board’s language" vs "boards language"
PHPBB3-12527
Diffstat (limited to 'phpBB/language/en/acp/language.php')
-rw-r--r-- | phpBB/language/en/acp/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index d69cdac08c..911347b9b0 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -44,7 +44,7 @@ $lang = array_merge($lang, array( 'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated.', 'LANGUAGE_PACK_ALREADY_INSTALLED' => 'This language pack is already installed.', - 'LANGUAGE_PACK_DELETED' => 'The language pack “%s” has been removed successfully. All users using this language have been reset to the boards default language.', + 'LANGUAGE_PACK_DELETED' => 'The language pack “%s” has been removed successfully. All users using this language have been reset to the board’s default language.', 'LANGUAGE_PACK_DETAILS' => 'Language pack details', 'LANGUAGE_PACK_INSTALLED' => 'The language pack “%s” has been successfully installed.', 'LANGUAGE_PACK_CPF_UPDATE' => 'The custom profile fields’ language strings were copied from the default language. Please change them if necessary.', @@ -64,7 +64,7 @@ $lang = array_merge($lang, array( 'NO_FILE_SELECTED' => 'You haven’t specified a language file.', 'NO_LANG_ID' => 'You haven’t specified a language pack.', - 'NO_REMOVE_DEFAULT_LANG' => 'You are not able to remove the default language pack.<br />If you want to remove this language pack, change your boards default language first.', + 'NO_REMOVE_DEFAULT_LANG' => 'You are not able to remove the default language pack.<br />If you want to remove this language pack, change your board’s default language first.', 'NO_UNINSTALLED_LANGUAGE_PACKS' => 'No uninstalled language packs', 'THOSE_MISSING_LANG_FILES' => 'The following language files are missing from the “%s” language folder', |