[latexila] Rename to GNOME LaTeX: "LaTeXila" in the rest of src/



commit 010addbfcc88d72c5a06ca4ebef086878cb25684
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Dec 26 17:42:00 2017 +0100

    Rename to GNOME LaTeX: "LaTeXila" in the rest of src/

 src/Makefile.am                  |    2 +-
 src/main_window.vala             |    2 +-
 src/main_window_build_tools.vala |    4 ++--
 src/ui/menus.ui                  |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5119dd7..4538eb3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = evince liblatexila ui
 
 bin_PROGRAMS = latexila
 
-# --disable-since-check is used because LaTeXila often depends on unstable
+# --disable-since-check is used because GNOME LaTeX often depends on unstable
 # versions of GNOME libraries.
 AM_VALAFLAGS =                                 \
        --disable-since-check                   \
diff --git a/src/main_window.vala b/src/main_window.vala
index b3dfdad..ab9fad0 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -62,7 +62,7 @@ public class MainWindow : ApplicationWindow
         // Help
         { "Help", null, N_("_Help") },
         { "HelpContents", "help-browser", N_("_Contents"), "<Release>F1",
-            N_("Open the LaTeXila documentation") },
+            N_("Open the GNOME LaTeX documentation") },
         { "HelpLatexReference", null, N_("_LaTeX Reference"), null,
             N_("The Kile LaTeX Reference"), on_help_latex_reference },
         { "HelpFinance", null, "GNOME LaTeX _Fundraising", null,
diff --git a/src/main_window_build_tools.vala b/src/main_window_build_tools.vala
index 2f508d0..2ef6fc5 100644
--- a/src/main_window_build_tools.vala
+++ b/src/main_window_build_tools.vala
@@ -400,9 +400,9 @@ public class MainWindowBuildTools
             update_sensitivity ();
 
             // Refresh the document structure when the build tool has finished. When the
-            // build tool is running, LaTeXila is already busy parsing the command
+            // build tool is running, GNOME LaTeX is already busy parsing the command
             // outputs. On the other hand, when the build tool has finished, maybe Evince
-            // is shown so LaTeXila has nothing to do.
+            // is shown so GNOME LaTeX has nothing to do.
             _main_window.get_main_window_structure ().refresh ();
         });
 
diff --git a/src/ui/menus.ui b/src/ui/menus.ui
index c8767d7..c90a677 100644
--- a/src/ui/menus.ui
+++ b/src/ui/menus.ui
@@ -24,7 +24,7 @@
         <attribute name="action">app.help</attribute>
       </item>
       <item>
-        <attribute name="label">LaTeXila _Fundraising</attribute>
+        <attribute name="label">GNOME LaTeX _Fundraising</attribute>
         <attribute name="action">app.fundraising</attribute>
       </item>
       <item>


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