From d7270cc414d34775b3aec09cb2364605695fdf43 Mon Sep 17 00:00:00 2001 From: jervfors Date: Wed, 14 Feb 2007 11:48:57 +0000 Subject: [PATCH] String fixes. "Mails" are what the user sends, "messages" are system information to the user. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12267 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/right_main.php b/src/right_main.php index c6592fa4..513647f5 100644 --- a/src/right_main.php +++ b/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)); -- 2.25.1