[gnome-font-viewer] Rename "Font Viewer" to "Fonts"



commit 39af9212f78cee6c2076d0bbad8bd0b3b5868714
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sat Jun 10 14:39:21 2017 -0400

    Rename "Font Viewer" to "Fonts"
    
    to match the naming convention used by other GNOME core apps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783640

 data/org.gnome.font-viewer.appdata.xml.in |    2 +-
 src/font-view.c                           |    4 ++--
 src/org.gnome.font-viewer.desktop.in      |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.font-viewer.appdata.xml.in b/data/org.gnome.font-viewer.appdata.xml.in
index 5cfd44c..06e39a9 100644
--- a/data/org.gnome.font-viewer.appdata.xml.in
+++ b/data/org.gnome.font-viewer.appdata.xml.in
@@ -3,7 +3,7 @@
   <id>org.gnome.font-viewer.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
-  <name>GNOME Font Viewer</name>
+  <name>GNOME Fonts</name>
   <summary>View fonts on your system</summary>
   <description>
     <p>
diff --git a/src/font-view.c b/src/font-view.c
index 4a216c2..029054f 100644
--- a/src/font-view.c
+++ b/src/font-view.c
@@ -73,7 +73,7 @@ _print_version_and_exit (const gchar *option_name,
                          gpointer data,
                          GError **error)
 {
-    g_print("%s %s\n", _("GNOME Font Viewer"), VERSION);
+    g_print("%s %s\n", _("GNOME Fonts"), VERSION);
     exit (EXIT_SUCCESS);
     return TRUE;
 }
@@ -792,7 +792,7 @@ action_about (GSimpleAction *action,
     gtk_show_about_dialog (GTK_WINDOW (self->main_window),
                            "version", VERSION,
                            "authors", authors,
-                           "program-name", _("Font Viewer"),
+                           "program-name", _("Fonts"),
                            "comments", _("View fonts on your system"),
                            "logo-icon-name", "preferences-desktop-font",
                            "translator-credits", _("translator-credits"),
diff --git a/src/org.gnome.font-viewer.desktop.in b/src/org.gnome.font-viewer.desktop.in
index ad2c17a..3f5b268 100644
--- a/src/org.gnome.font-viewer.desktop.in
+++ b/src/org.gnome.font-viewer.desktop.in
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Font Viewer
+Name=Fonts
 Comment=View fonts on your system
 # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
 Keywords=fonts;fontface;


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