[gnome-mines] Change description of overmine warning preference



commit 6ed230aa9f5e849b984326014f29879adcb4b323
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 18 20:36:06 2013 -0600

    Change description of overmine warning preference
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678270

 src/gnome-mines.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index 8fb04b6..298bc34 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -825,7 +825,7 @@ public class Mines : Gtk.Application
         question_toggle.set_active (settings.get_boolean (KEY_USE_QUESTION_MARKS));
         grid.attach (question_toggle, 0, 0, 1, 1);
 
-        var overmine_toggle = new Gtk.CheckButton.with_mnemonic (_("_Warn if too many flags have been 
placed"));
+        var overmine_toggle = new Gtk.CheckButton.with_mnemonic (_("_Warn if too many flags are placed next 
to a number"));
         overmine_toggle.show ();
         overmine_toggle.toggled.connect (use_overmine_toggle_cb);
         overmine_toggle.set_active (settings.get_boolean (KEY_USE_OVERMINE_WARNING));


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