[Xfce4-commits] <postler:master> Refer to 'new' message in singular message notification
Christian Dywan
noreply at xfce.org
Mon Jul 11 23:14:05 CEST 2011
Updating branch refs/heads/master
to b8a415720f67c6c3edf20fbfad9c33c9d84cf101 (commit)
from ca5023e66f63a2f61e7c87b46aaefa3219c82dc0 (commit)
commit b8a415720f67c6c3edf20fbfad9c33c9d84cf101
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Jul 11 01:52:41 2011 +0200
Refer to 'new' message in singular message notification
postler/postler-service.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-service.vala b/postler/postler-service.vala
index 8c3cbcc..e118a42 100644
--- a/postler/postler-service.vala
+++ b/postler/postler-service.vala
@@ -469,7 +469,7 @@ namespace Postler {
if ((unread = unread_messages ("%/INBOX/%")[0]) > 0) {
GLib.debug ("Done: %d new messages", (int)unread);
Postler.App.send_notification (
- ngettext ("You have %d message",
+ ngettext ("You have %d new message",
"You have %d new messages", (int)unread).printf ((int)unread));
Postler.App.play_sound ("message-new-email");
}
More information about the Xfce4-commits
mailing list