aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-09 21:28:26 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-09 21:28:26 +0000
commite5d14d24d5599b759085be3d8372ec03041130ad (patch)
tree05aeb60fff04b3612b26c7a734d563c0b2997a46
parent11b9a0c95d76c98ded13d12630c9004ec63afb67 (diff)
downloadforums-e5d14d24d5599b759085be3d8372ec03041130ad.tar
forums-e5d14d24d5599b759085be3d8372ec03041130ad.tar.gz
forums-e5d14d24d5599b759085be3d8372ec03041130ad.tar.bz2
forums-e5d14d24d5599b759085be3d8372ec03041130ad.tar.xz
forums-e5d14d24d5599b759085be3d8372ec03041130ad.zip
Capitalisation
git-svn-id: file:///svn/phpbb/trunk@3793 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/lang_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index cbeb7a1a6e..e8eddfbef4 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -563,14 +563,14 @@ $lang = array_merge($lang, array(
'UPDATE' => 'Update',
- 'Forum_delete_explain' => 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.',
+ 'Forum_delete_explain' => 'The form below will allow you to delete a forum and decide where you want to put all topics (or forums) it contained.',
'Move_and_Delete' => 'Move and Delete',
'Move_posts_to' => 'Move posts to',
'Move_subforums_to' => 'Move subforums to',
'Delete_all_posts' => 'Delete all posts',
'Delete_subforums' => 'Delete subforums and associated posts',
'No_destination_forum' => 'You have not specified a forum to move content to',
- 'Forums_updated' => 'Forum and Category information updated successfully',
+ 'FORUM_UPDATED' => 'Forum informations updated successfully',
'Forum_deleted' => 'Forum successfully deleted',
'Click_return_forumadmin' => 'Click %sHere%s to return to Forum Administration',