[Xfce4-commits] <postler:master> Add a mnemonic to Report a Problem

Christian Dywan noreply at xfce.org
Mon Feb 28 18:44:02 CET 2011


Updating branch refs/heads/master
         to 031f9cc25f3fb371dd6bc42f6ba51355eedbc022 (commit)
       from 3169f626522d706a5a4d0e3507a16f821507b68c (commit)

commit 031f9cc25f3fb371dd6bc42f6ba51355eedbc022
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Feb 28 18:36:07 2011 +0100

    Add a mnemonic to Report a Problem

 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 3ff82e7..9b5b1ac 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -431,7 +431,7 @@ public class Postler.Bureau : Gtk.Window {
           N_("View the source of the message"), action_view_source },
         { "AccountNew", STOCK_ACCOUNT_NEW, null, "",
           N_("Setup a new account"), action_account_new },
-        { "ReportBug", STOCK_REPORT_BUG, N_("Report a Problem..."), "",
+        { "ReportBug", STOCK_REPORT_BUG, N_("_Report a Problem..."), "",
           N_("Report a Problem..."), action_report_bug },
         { "Help", null, N_("_Help") },
         { "About", Gtk.STOCK_ABOUT, null, "",



More information about the Xfce4-commits mailing list