diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 18:54:22 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 18:54:22 +0000 |
| commit | 925b79501210b3e9bd45a1dd3c2a732e25bcf848 (patch) | |
| tree | b9ff80b78bfe1c510ed9de4b022a5a02131ba6d8 /phpBB/privmsg.php | |
| parent | f27bec1dab07a86da2cdf8cdbbf5b61c3def7404 (diff) | |
| download | forums-925b79501210b3e9bd45a1dd3c2a732e25bcf848.tar forums-925b79501210b3e9bd45a1dd3c2a732e25bcf848.tar.gz forums-925b79501210b3e9bd45a1dd3c2a732e25bcf848.tar.bz2 forums-925b79501210b3e9bd45a1dd3c2a732e25bcf848.tar.xz forums-925b79501210b3e9bd45a1dd3c2a732e25bcf848.zip | |
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
Diffstat (limited to 'phpBB/privmsg.php')
| -rw-r--r-- | phpBB/privmsg.php | 10 |
1 files 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\"" : "", |
