aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-04-07 20:36:11 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-04-07 20:36:11 +0200
commit851bb9fcd869b71140f75ed3a454ade2447c1328 (patch)
treecb625cf4e91eb41822c2dec53c312ae3da715f5a /phpBB/language/en/acp/posting.php
parentdf622a1fab35f4b654f48237799d2fa4164dc3be (diff)
downloadforums-851bb9fcd869b71140f75ed3a454ade2447c1328.tar
forums-851bb9fcd869b71140f75ed3a454ade2447c1328.tar.gz
forums-851bb9fcd869b71140f75ed3a454ade2447c1328.tar.bz2
forums-851bb9fcd869b71140f75ed3a454ade2447c1328.tar.xz
forums-851bb9fcd869b71140f75ed3a454ade2447c1328.zip
[ticket/10084] Add smilie/icon errors out when file is missing
PHPBB3-10084
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index 25152dd766..0fad400ea9 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -168,8 +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_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.',
'SMILIES_NONE_EDITED' => 'No smilies were updated.',
'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.',
'SMILIES_EDITED' => 'The smilies have been updated successfully.',