aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/privmsg.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/privmsg.php')
-rw-r--r--phpBB/privmsg.php4
1 files 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'],