From e5d14d24d5599b759085be3d8372ec03041130ad Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Wed, 9 Apr 2003 21:28:26 +0000 Subject: [PATCH] Capitalisation git-svn-id: file:///svn/phpbb/trunk@3793 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 4 ++-- 1 file 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',