[five-or-more] Improve the window title of the scores dialog



commit 595c09a54bc501fe97d6164b0f7a0817f981d4f1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 26 13:32:46 2014 -0600

    Improve the window title of the scores dialog

 src/glines.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/glines.c b/src/glines.c
index 5f35af3..954adae 100644
--- a/src/glines.c
+++ b/src/glines.c
@@ -470,7 +470,7 @@ show_scores (gint pos)
   static GtkWidget *dialog;
 
   if (dialog == NULL) {
-    dialog = games_scores_dialog_new (GTK_WINDOW (app), highscores, _("GNOME Five or More"));
+    dialog = games_scores_dialog_new (GTK_WINDOW (app), highscores, _("Five or More Scores"));
     games_scores_dialog_set_category_description (GAMES_SCORES_DIALOG
                                                   (dialog), _("_Board size:"));
   }


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