[latexila/gnome-3-14] Change Help menu item for the fundraiser



commit dd210f51b12fba87ed1503819123807b172995cb
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Mar 18 13:14:52 2015 +0100

    Change Help menu item for the fundraiser
    
    I prefer "LaTeXila Fundraiser" than "Donate".
    
    Don't translate the strings since the dialog window is in English, so it
    is more consistent (and anyway LaTeXila 3.14 is in string freeze).

 src/main_window.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/main_window.vala b/src/main_window.vala
index 800037b..1f13061 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -64,8 +64,8 @@ public class MainWindow : Window
             N_("Open the LaTeXila documentation"), on_help_contents },
         { "HelpLatexReference", null, N_("_LaTeX Reference"), null,
             N_("The Kile LaTeX Reference"), on_help_latex_reference },
-        { "HelpFinance", null, N_("_Donate"), null,
-            N_("Donate to demonstrate your appreciation of LaTeXila and help its future development"),
+        { "HelpFinance", null, "LaTeXila _Fundraiser", null,
+            "Donate to demonstrate your appreciation of LaTeXila and help its future development",
             on_help_finance },
         { "HelpAbout", Stock.ABOUT, null, null,
             N_("About LaTeXila"), on_about_dialog }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]