From 925b79501210b3e9bd45a1dd3c2a732e25bcf848 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 15 Nov 2001 18:54:22 +0000 Subject: [PATCH] Apparently the clutch on my brain is broken, hence inability to engage it git-svn-id: file:///svn/phpbb/trunk@1321 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index ba0f42b04c..6b112d33e7 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -1476,18 +1476,16 @@ else if( $submit || $refresh || $mode != "" ) "L_SUBJECT" => $lang['Subject'], "L_MESSAGE_BODY" => $lang['Message_body'], "L_OPTIONS" => $lang['Options'], + "L_SPELLCHECK" => $lang['Spellcheck'], "L_PREVIEW" => $lang['Preview'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], "L_POST_A" => $post_a, "L_FIND_USERNAME" => $lang['Find_username'], "L_FIND" => $lang['Find'], - "L_HTML_IS" => $lang['HTML'] . " " . $lang['is'], - "L_BBCODE_IS" => $lang['BBCode'] . " " . $lang['is'], - "L_SMILIES_ARE" => $lang['Smilies'] . " " . $lang['are'], - "L_DISABLE_HTML" => $lang['Disable'] . $lang['HTML'] . $lang['in_this_post'], - "L_DISABLE_BBCODE" => $lang['Disable'] . $lang['BBCode'] . $lang['in_this_post'], - "L_DISABLE_SMILIES" => $lang['Disable'] . $lang['Smilies'] . $lang['in_this_post'], + "L_DISABLE_HTML" => $lang['Disable_HTML_post'], + "L_DISABLE_BBCODE" => $lang['Disable_BBCode_post'], + "L_DISABLE_SMILIES" => $lang['Disable_Smilies_post'], "L_ATTACH_SIGNATURE" => $lang['Attach_signature'], "S_HTML_CHECKED" => (!$html_on) ? "checked=\"checked\"" : "",