From a4858256ff68ec2be9e2ee19fd44c7d29be299e2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 16 Oct 2001 11:23:57 +0000 Subject: [PATCH] Topic review changes + updates git-svn-id: file:///svn/phpbb/trunk@1221 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index d9c85c778b..2f86c0393d 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -274,6 +274,7 @@ $lang['You_are_watching'] = "You are now watching this topic"; // Posting/Replying (Not private messaging!) // $lang['Message_body'] = "Message body"; +$lang['Topic_review'] = "Topic review"; $lang['No_post_mode'] = "No post mode specified"; @@ -447,6 +448,7 @@ $lang['Only_one_avatar'] = "Only one type of avatar can be specified"; $lang['File_no_data'] = "The file at the URL you gave contains no data"; $lang['No_connection_URL'] = "A connection could not be made to the URL you gave"; $lang['Incomplete_URL'] = "The URL you entered is incomplete"; +$lang['Wrong_remote_avatar_format'] = "The URL of the remote avatar is not valid"; $lang['Always_smile'] = "Always enable Smilies"; $lang['Always_html'] = "Always allow HTML";