From bb1e0dd00686ed35e65facb44a0e764eb9b4ac57 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 24 Nov 2001 18:25:52 +0000 Subject: [PATCH] What did I say about that catchphrase ... git-svn-id: file:///svn/phpbb/trunk@1437 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 1c20d7a91f..9493434cc1 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -1544,8 +1544,8 @@ else if( $submit || $refresh || $mode != "" ) "L_OPTIONS" => $lang['Options'], "L_SPELLCHECK" => $lang['Spellcheck'], "L_PREVIEW" => $lang['Preview'], - "L_SUBMIT" => $lang['Submit_post'], - "L_CANCEL" => $lang['Cancel_post'], + "L_SUBMIT" => $lang['Submit'], + "L_CANCEL" => $lang['Cancel'], "L_POST_A" => $post_a, "L_FIND_USERNAME" => $lang['Find_username'], "L_FIND" => $lang['Find'],