[four-in-a-row] Improve the window title of the preferences dialog



commit e91514fa05020bd4e5520800e654864d5e2b02bb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 30 21:37:51 2014 -0600

    Improve the window title of the preferences dialog

 src/prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/prefs.c b/src/prefs.c
index 2cc444a..12be1bb 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -186,7 +186,7 @@ prefsbox_open (void)
     return;
   }
 
-  prefsbox = gtk_dialog_new_with_buttons (_("Four-in-a-Row Preferences"),
+  prefsbox = gtk_dialog_new_with_buttons (_("Preferences"),
                                          GTK_WINDOW (window),
                                          GTK_DIALOG_DESTROY_WITH_PARENT,
                                          GTK_STOCK_CLOSE,


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