diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-11-29 08:45:55 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-11-29 08:45:55 +0000 |
commit | db52cc1711af7fc9275d0f86e58a290e28ab5912 (patch) | |
tree | efec0b825400a2ff0cf11fe0b372dd9340edc252 /phpBB/language | |
parent | 161996f06191e184c610aad851d606030fd7614c (diff) | |
download | forums-db52cc1711af7fc9275d0f86e58a290e28ab5912.tar forums-db52cc1711af7fc9275d0f86e58a290e28ab5912.tar.gz forums-db52cc1711af7fc9275d0f86e58a290e28ab5912.tar.bz2 forums-db52cc1711af7fc9275d0f86e58a290e28ab5912.tar.xz forums-db52cc1711af7fc9275d0f86e58a290e28ab5912.zip |
Fixed bug with deleting categories, and found a hard coded english message!
git-svn-id: file:///svn/phpbb/trunk@1472 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index a14da05bf8..a716423ae1 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -349,7 +349,7 @@ $lang['Edit_Category_explain'] = "Use this form to modify a categories name."; $lang['Forums_updated'] = "Forum and Category information updated successfully"; $lang['Click_return_forumadmin'] = "Click %sHere%s to return to Forum Administration"; - +$lang['Must_delete_forums'] = "You need to delete all forums before you can delete this category"; // // Smiley Management |