[gnome-games] aisleriot: Fix help error message in freecell mode



commit 21bd55f66fdc350a78b1685b758490eff0d9988b
Author: Christian Persch <chpe gnome org>
Date:   Fri Jul 3 20:41:08 2009 +0200

    aisleriot: Fix help error message in freecell mode
    
    Should say "Freecell", not "Aisleriot".

 aisleriot/util.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/aisleriot/util.c b/aisleriot/util.c
index 3a06198..5542f42 100644
--- a/aisleriot/util.c
+++ b/aisleriot/util.c
@@ -89,7 +89,8 @@ aisleriot_show_help (GtkWidget *window,
                         help_section_display);
     } else {
       games_show_error (window, error,
-                        _("Could not show Aisleriot help"));
+                        _("Could not show help for â??%sâ??"),
+                        g_get_application_name ());
     }
 
     g_error_free (error);



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