[Xfce4-commits] <postler:master> Fix English grammar in the new message notification
Christian Dywan
noreply at xfce.org
Wed Nov 17 18:00:01 CET 2010
Updating branch refs/heads/master
to 35a74c6a935d962fabe682141f7cd55367ed0b1a (commit)
from b77d2ca4f09c34ae2e713fabcaf6e72bec65b7fd (commit)
commit 35a74c6a935d962fabe682141f7cd55367ed0b1a
Author: Allen Lowe <lallenlowe at gmail.com>
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 ();
More information about the Xfce4-commits
mailing list