Explorar o código

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

Fredrik Jervfors %!s(int64=18) %!d(string=hai) anos
pai
achega
b414dc9938
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */
 /* display a message to the user that their mail has been sent */
 if (isset($mail_sent) && $mail_sent == 'yes') {
 if (isset($mail_sent) && $mail_sent == 'yes') {
-    $note = _("Your Message has been sent.");
+    $note = _("Your mail has been sent.");
 }
 }
 if (isset($note)) {
 if (isset($note)) {
     $oTemplate->assign('note', htmlspecialchars($note));
     $oTemplate->assign('note', htmlspecialchars($note));