[aisleriot] app menu: standardize Help/About/Quit



commit 8bd00d8f00a8eb9c42eb85412c752f9b1b05d8be
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 15:07:29 2013 -0600

    app menu: standardize Help/About/Quit
    
    Use simply "About" rather than "About Aisleriot"
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720136

 src/ar-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ar-application.c b/src/ar-application.c
index 65bf938..6fc8efb 100644
--- a/src/ar-application.c
+++ b/src/ar-application.c
@@ -224,7 +224,7 @@ ar_application_startup (GApplication *application)
 
   section = g_menu_new ();
   g_menu_append (section, _("Help"), "app.help");
-  g_menu_append (section, _("About Aisleriot"), "app.about");
+  g_menu_append (section, _("About"), "app.about");
   g_menu_append (section, _("Quit"), "app.quit");
 
   g_menu_append_section (menu, NULL, G_MENU_MODEL (section));


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