diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-10 19:52:58 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-10 19:52:58 -0400 |
commit | 00a69b43723b89a90bc59763a1cdae9a7001a153 (patch) | |
tree | 8b4c09e4392c091164dceaaa0a7800f496653a92 /phpBB/language/en/acp/posting.php | |
parent | 2d3dcd43c58fe2e28fafcb6738e45c8632b2ff28 (diff) | |
parent | bdb84452f55bb1f71fc7ddfd913715dcde5703eb (diff) | |
download | forums-00a69b43723b89a90bc59763a1cdae9a7001a153.tar forums-00a69b43723b89a90bc59763a1cdae9a7001a153.tar.gz forums-00a69b43723b89a90bc59763a1cdae9a7001a153.tar.bz2 forums-00a69b43723b89a90bc59763a1cdae9a7001a153.tar.xz forums-00a69b43723b89a90bc59763a1cdae9a7001a153.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index dfd2dd5f6e..16e1aaca66 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -168,9 +168,9 @@ $lang = array_merge($lang, array( 'SMILIES_CONFIG' => 'Smiley configuration', 'SMILIES_DELETED' => 'The smiley has been removed successfully.', 'SMILIES_EDIT' => 'Edit smiley', - 'SMILIE_NO_CODE' => 'The smilie “%s” was ignored, as there was no code entered.', - 'SMILIE_NO_EMOTION' => 'The smilie “%s” was ignored, as there was no emotion entered.', - 'SMILIE_NO_FILE' => 'The smilie “%s” was ignored, as the file is missing.', + 'SMILIE_NO_CODE' => 'The smiley “%s” was ignored, as there was no code entered.', + 'SMILIE_NO_EMOTION' => 'The smiley “%s” was ignored, as there was no emotion entered.', + 'SMILIE_NO_FILE' => 'The smiley “%s” was ignored, as the file is missing.', 'SMILIES_NONE_EDITED' => 'No smilies were updated.', 'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.', 'SMILIES_EDITED' => 'The smilies have been updated successfully.', |