[gnome-mahjongg] Fix the name of the Preferences dialog



commit 31a60de824eac69cf9251a246c1d2eefeedc4185
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jun 5 10:12:34 2014 -0500

    Fix the name of the Preferences dialog

 src/gnome-mahjongg.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index 72b53ec..525bd73 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -337,7 +337,7 @@ public class Mahjongg : Gtk.Application
             return;
         }
 
-        preferences_dialog = new Gtk.Dialog.with_buttons (_("Mahjongg Preferences"),
+        preferences_dialog = new Gtk.Dialog.with_buttons (_("Preferences"),
                                                    window,
                                                    Gtk.DialogFlags.USE_HEADER_BAR,
                                                    null);


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