diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-28 18:18:08 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-28 18:18:08 +0000 |
| commit | 676c7319dd079936c61e9f3fd65534db3c956db7 (patch) | |
| tree | c0df65eba1f038cbbbd01e09cc1dfd066ac7dcf9 | |
| parent | 1c1648e39418add0c87a7b237ed456099ee73a4a (diff) | |
| download | forums-676c7319dd079936c61e9f3fd65534db3c956db7.tar forums-676c7319dd079936c61e9f3fd65534db3c956db7.tar.gz forums-676c7319dd079936c61e9f3fd65534db3c956db7.tar.bz2 forums-676c7319dd079936c61e9f3fd65534db3c956db7.tar.xz forums-676c7319dd079936c61e9f3fd65534db3c956db7.zip | |
oops, doubled up on ICONS
git-svn-id: file:///svn/phpbb/trunk@3384 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 2ccf2e0978..d37ea82abb 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -576,7 +576,6 @@ $lang = array_merge($lang, array( 'ICONS_ORDER' => 'Icon order', 'ICONS_ADD' => 'Add a new Icon', 'ICONS_EDIT' => 'Edit Icon', - 'ICONS' => 'Icon', 'EXPORT_SMILE_EXPLAIN' => 'To create a package of your currently installed smilies, click %sHERE%s to download the emoticons.pak file. Once downloaded create a zip or tgz file containing all of your smilies plus this .pak configuration file.', 'EXPORT_ICONS_EXPLAIN' => 'To create a package of your currently installed icons, click %sHERE%s to download the icons package file. Once downloaded create a zip or tgz file containing all of your icons plus this .pak configuration file.', 'NO_SMILE_EXPORT' => 'You have no smilies with which to create a package.', |
