diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-11-28 19:46:36 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-11-28 19:46:36 +0000 |
commit | d78b2274784957b3c09d3b1b4bae59ce0f6d86c6 (patch) | |
tree | e1d405f1303d686d117ec9412a0f30cbae1fb808 /phpBB/language/en/acp/posting.php | |
parent | da7fc3d18843bb51321bb790f6660ab4e04b8221 (diff) | |
download | forums-d78b2274784957b3c09d3b1b4bae59ce0f6d86c6.tar forums-d78b2274784957b3c09d3b1b4bae59ce0f6d86c6.tar.gz forums-d78b2274784957b3c09d3b1b4bae59ce0f6d86c6.tar.bz2 forums-d78b2274784957b3c09d3b1b4bae59ce0f6d86c6.tar.xz forums-d78b2274784957b3c09d3b1b4bae59ce0f6d86c6.zip |
missed one. Language change, sorry about that.
git-svn-id: file:///svn/phpbb/trunk@8254 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 e0bf9b10b6..74f281b7db 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -122,7 +122,7 @@ $lang = array_merge($lang, array( 'ICONS_DELETED' => 'The icon has been removed successfully.', 'ICONS_EDIT' => 'Edit icon', 'ICONS_ONE_EDITED' => 'The icon has been updated successfully.', - 'ICON_NONE_EDITED' => 'No icons were updated.', + 'ICONd_NONE_EDITED' => 'No icons were updated.', 'ICONS_EDITED' => 'The icons have been updated successfully.', 'ICONS_HEIGHT' => 'Icon height', 'ICONS_IMAGE' => 'Icon image', |