Ver Fonte

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

Fredrik Jervfors há 18 anos atrás
pai
commit
b414dc9938
1 ficheiros alterados com 1 adições e 1 exclusões
  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));