[latexila] finance: fundraiser -> fundraising



commit 94264e438aa5d4d56fa5eacb5d536aec1eb730ef
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Aug 13 15:53:13 2016 +0200

    finance: fundraiser -> fundraising
    
    I now slightly prefer "fundraising".

 src/finance.vala      |    2 +-
 src/latexila_app.vala |    4 ++--
 src/main_window.vala  |    4 ++--
 src/ui/menus.ui       |    4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/finance.vala b/src/finance.vala
index 1993470..5bc306f 100644
--- a/src/finance.vala
+++ b/src/finance.vala
@@ -30,7 +30,7 @@ namespace Finance
             parent_window,
             DialogFlags.DESTROY_WITH_PARENT,
             "_Close", ResponseType.CLOSE,
-            "LaTeXila _Fundraiser", ResponseType.ACCEPT,
+            "LaTeXila _Fundraising", ResponseType.ACCEPT,
             null);
 
         dialog.set_resizable (false);
diff --git a/src/latexila_app.vala b/src/latexila_app.vala
index 5ba1da2..c7b4ea0 100644
--- a/src/latexila_app.vala
+++ b/src/latexila_app.vala
@@ -31,7 +31,7 @@ public class LatexilaApp : Gtk.Application
         { "preferences", preferences_cb },
         { "manage-build-tools", manage_build_tools_cb },
         { "help", help_cb },
-        { "fundraiser", fundraiser_cb },
+        { "fundraising", fundraising_cb },
         { "about", about_cb },
         { "quit", quit_cb }
     };
@@ -212,7 +212,7 @@ public class LatexilaApp : Gtk.Application
         }
     }
 
-    private void fundraiser_cb ()
+    private void fundraising_cb ()
     {
         Finance.show_dialog (get_active_main_window (), false);
     }
diff --git a/src/main_window.vala b/src/main_window.vala
index b0a9a3b..d6b87aa 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -64,7 +64,7 @@ public class MainWindow : ApplicationWindow
             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, "LaTeXila _Fundraiser", null,
+        { "HelpFinance", null, "LaTeXila _Fundraising", null,
             "Donate to demonstrate your appreciation of LaTeXila and help its future development",
             on_help_finance },
         { "HelpAbout", "help-about", N_("_About"), null,
@@ -1164,7 +1164,7 @@ public class MainWindow : ApplicationWindow
 
     public void on_help_finance ()
     {
-        LatexilaApp.get_instance ().activate_action ("fundraiser", null);
+        LatexilaApp.get_instance ().activate_action ("fundraising", null);
     }
 
     public void on_about_dialog ()
diff --git a/src/ui/menus.ui b/src/ui/menus.ui
index e0616c1..df6af64 100644
--- a/src/ui/menus.ui
+++ b/src/ui/menus.ui
@@ -23,8 +23,8 @@
         <attribute name="action">app.help</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">LaTeXila _Fundraiser</attribute>
-        <attribute name="action">app.fundraiser</attribute>
+        <attribute name="label">LaTeXila _Fundraising</attribute>
+        <attribute name="action">app.fundraising</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">_About</attribute>


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