[Xfce4-commits] <postler:master> Explicitly declare the label for AccountNew
Christian Dywan
noreply at xfce.org
Tue Jul 5 18:14:02 CEST 2011
Updating branch refs/heads/master
to a273d10faec4633e270f7f9a85a13f3c801a41bc (commit)
from cd3ec8a929ef7a5058c976a4c36c7be6b800a39c (commit)
commit a273d10faec4633e270f7f9a85a13f3c801a41bc
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Jul 5 00:57:52 2011 +0200
Explicitly declare the label for AccountNew
For no apparent reason registering the stock item is not enough.
postler/postler-bureau.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index a930a01..667256a 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -388,7 +388,7 @@ public class Postler.Bureau : Gtk.Window {
N_("View the message in fullscreen"), action_fullscreen },
{ "ViewSource", null, N_("View _Source"), "<Ctrl><Alt>u",
N_("View the source of the message"), action_view_source },
- { "AccountNew", STOCK_ACCOUNT_NEW, null, "",
+ { "AccountNew", STOCK_ACCOUNT_NEW, N_("New _Account"), "",
N_("Setup a new account"), action_account_new },
{ "ReportBug", STOCK_REPORT_BUG, N_("_Report a Problem..."), "",
N_("Report a Problem..."), action_report_bug },
More information about the Xfce4-commits
mailing list