diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-11-28 20:09:01 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-11-28 20:09:01 +0000 |
commit | df58b050f04c77b059ec8592595bd1a4fd1ca392 (patch) | |
tree | 086634bb39681d4c493de47776eb67340df24cd2 /phpBB/language | |
parent | d78b2274784957b3c09d3b1b4bae59ce0f6d86c6 (diff) | |
download | forums-df58b050f04c77b059ec8592595bd1a4fd1ca392.tar forums-df58b050f04c77b059ec8592595bd1a4fd1ca392.tar.gz forums-df58b050f04c77b059ec8592595bd1a4fd1ca392.tar.bz2 forums-df58b050f04c77b059ec8592595bd1a4fd1ca392.tar.xz forums-df58b050f04c77b059ec8592595bd1a4fd1ca392.zip |
grr
git-svn-id: file:///svn/phpbb/trunk@8255 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 74f281b7db..a9a3547338 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.', - 'ICONd_NONE_EDITED' => 'No icons were updated.', + 'ICONS_NONE_EDITED' => 'No icons were updated.', 'ICONS_EDITED' => 'The icons have been updated successfully.', 'ICONS_HEIGHT' => 'Icon height', 'ICONS_IMAGE' => 'Icon image', |