[Xfce4-commits] <postler:master> Give 'Mark as Unread' action a label

Christian Dywan noreply at xfce.org
Sun Mar 6 22:06:02 CET 2011


Updating branch refs/heads/master
         to cd9946f7d33c030cf8be905250d5d7bff5d7202d (commit)
       from d255360ef3c5f7fcf09d7d5ea8cbf0c33c2e3e57 (commit)

commit cd9946f7d33c030cf8be905250d5d7bff5d7202d
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Mar 6 19:41:55 2011 +0100

    Give 'Mark as Unread' action a label

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

diff --git a/postler/postler-app.vala b/postler/postler-app.vala
index 5d09869..584a80c 100644
--- a/postler/postler-app.vala
+++ b/postler/postler-app.vala
@@ -91,7 +91,7 @@ public class Postler.App : Unique.App {
         { STOCK_MAIL_MARK_IMPORTANT, N_("Mark as _Important"), 0, 0, STOCK_EMBLEM_IMPORTANT },
         { STOCK_MAIL_MARK_JUNK, N_("Mark as Junk"), 0, 0, null },
         { STOCK_MAIL_MARK_NOT_JUNK, N_("Mark as Not Junk"), 0, 0, null },
-        { STOCK_MAIL_MARK_UNREAD, null, 0, 0, Gtk.STOCK_NEW },
+        { STOCK_MAIL_MARK_UNREAD, N_("Mark as _Unread"), 0, 0, Gtk.STOCK_NEW },
         { STOCK_MAIL_MESSAGE_NEW, N_("New _Message") },
 	{ STOCK_MAIL_REPLIED, "mail-replied", 0, 0, STOCK_MAIL_REPLY_SENDER },
         { STOCK_MAIL_REPLY_SENDER, N_("Reply To _Sender") },



More information about the Xfce4-commits mailing list