diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-08-06 17:12:15 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-08-06 17:12:15 +0000 |
commit | aa3e36eb8a1e08123ebcbf901c82b2602fdacde1 (patch) | |
tree | 933377481a51eea07962f7dd224c66a138c1013b /phpBB/language/en/acp/posting.php | |
parent | 4d3add1686c222596f2875b71f77cdd587e42b16 (diff) | |
download | forums-aa3e36eb8a1e08123ebcbf901c82b2602fdacde1.tar forums-aa3e36eb8a1e08123ebcbf901c82b2602fdacde1.tar.gz forums-aa3e36eb8a1e08123ebcbf901c82b2602fdacde1.tar.bz2 forums-aa3e36eb8a1e08123ebcbf901c82b2602fdacde1.tar.xz forums-aa3e36eb8a1e08123ebcbf901c82b2602fdacde1.zip |
heh, ...
git-svn-id: file:///svn/phpbb/trunk@8012 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index fdf3190cbe..87301a3b49 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -156,7 +156,7 @@ $lang = array_merge($lang, array( 'SMILIES_DELETED' => 'The smiley has been removed successfully.', 'SMILIES_EDIT' => 'Edit smiley', 'SMILIES_NONE_EDITED' => 'No smilies were updated.', - 'SMILIE__ONE_EDITED' => 'The smiley has been updated successfully.', + 'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.', 'SMILIES_EDITED' => 'The smilies have been updated successfully.', 'SMILIES_EMOTION' => 'Emotion', 'SMILIES_HEIGHT' => 'Smiley height', |