String fixes. "Mails" are what the user sends, "messages" are system information...
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 14 Feb 2007 11:48:57 +0000 (11:48 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 14 Feb 2007 11:48:57 +0000 (11:48 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12267 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index c6592fa41e3bcf17edf9928e5c2b6847e3bb8469..513647f560545305529da489b77ecb43b5b897b4 100644 (file)
@@ -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));