[latexila] Rename to GNOME LaTeX: about dialog (first pass)
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Rename to GNOME LaTeX: about dialog (first pass)
- Date: Wed, 27 Dec 2017 06:53:28 +0000 (UTC)
commit 6301fdd92dcf4bf5cdfea3538e733baa1abd7baf
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Dec 26 16:05:45 2017 +0100
Rename to GNOME LaTeX: about dialog (first pass)
src/latexila_app.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/latexila_app.vala b/src/latexila_app.vala
index 202060a..1196c9d 100644
--- a/src/latexila_app.vala
+++ b/src/latexila_app.vala
@@ -207,7 +207,7 @@ public class LatexilaApp : Gtk.Application
private void about_cb ()
{
string comments =
- _("LaTeXila is a LaTeX editor for the GNOME desktop");
+ _("GNOME LaTeX is a LaTeX editor for the GNOME desktop");
string copyright = "Copyright 2009-2017 – Sébastien Wilmet";
string website = "https://wiki.gnome.org/Apps/LaTeXila";
@@ -246,7 +246,7 @@ public class LatexilaApp : Gtk.Application
"comments", comments,
"copyright", copyright,
"license-type", Gtk.License.GPL_3_0,
- "title", _("About LaTeXila"),
+ "title", _("About GNOME LaTeX"),
"translator-credits", _("translator-credits"),
"website", website,
"logo", logo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]