[recipes] Shorten the app name in the about dialog too



commit b3fbf011ae99d53822a33434e68a18378f9b84cd
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 26 12:01:28 2017 -0500

    Shorten the app name in the about dialog too
    
    We took out GNOME from the name in the desktop file
    a while ago. Lets do the same in the about dialog.

 src/gr-about-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-about-dialog.c b/src/gr-about-dialog.c
index 3a4ee0c..ffb1257 100644
--- a/src/gr-about-dialog.c
+++ b/src/gr-about-dialog.c
@@ -736,7 +736,7 @@ gr_about_dialog_new (void)
                                          NULL);
 
         about = g_object_new (GR_TYPE_ABOUT_DIALOG,
-                              "program-name", _("GNOME Recipes"),
+                              "program-name", _("Recipes"),
 #if MICRO_VERSION % 2 == 1
                               "version", COMMIT_ID,
 #else
@@ -749,7 +749,7 @@ gr_about_dialog_new (void)
                               "translator-credits", _("translator-credits"),
                               "logo", logo,
                               "website", "https://wiki.gnome.org/Apps/Recipes";,
-                              "website-label", _("Learn more about GNOME Recipes"),
+                              "website-label", _("Learn more about Recipes"),
                               NULL);
 
         gtk_about_dialog_add_credit_section (GTK_ABOUT_DIALOG (about),


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