浏览代码

String fixes. "Mails" are what the user sends, "messages" are system information to the user.

Fredrik Jervfors 18 年之前
父节点
当前提交
b414dc9938
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/right_main.php

+ 1 - 1
src/right_main.php

@@ -272,7 +272,7 @@ do_hook('right_main_after_header', $null);
 
 /* display a message to the user that their mail has been sent */
 if (isset($mail_sent) && $mail_sent == 'yes') {
-    $note = _("Your Message has been sent.");
+    $note = _("Your mail has been sent.");
 }
 if (isset($note)) {
     $oTemplate->assign('note', htmlspecialchars($note));