소스 검색

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));