Updating branch refs/heads/master
         to 35a74c6a935d962fabe682141f7cd55367ed0b1a (commit)
       from b77d2ca4f09c34ae2e713fabcaf6e72bec65b7fd (commit)

commit 35a74c6a935d962fabe682141f7cd55367ed0b1a
Author: Allen Lowe <[email protected]>
Date:   Tue Nov 16 10:08:25 2010 -0700

    Fix English grammar in the new message notification

 postler/postler-folders.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-folders.vala b/postler/postler-folders.vala
index 067e694..9fed53a 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -100,7 +100,7 @@ public class Postler.Folders : Gtk.TreeView {
                 var notification = (Notify.Notification)GLib.Object.new (
                     typeof (Notify.Notification),
                     "summary", GLib.Environment.get_application_name (),
-                    "body", ngettext ("You have a %d message",
+                    "body", ngettext ("You have %d message",
                     "You have %d new messages", unread).printf (unread),
                     "icon-name", STOCK_INTERNET_MAIL);
                 notification.show ();
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to