[gnome-nibbles/wip/vala] Change wording for new game dialog



commit 3eb35f04cdaffda498cede79afbb2b4578dabc75
Author: Iulian Radu <iulian radu67 gmail com>
Date:   Sun Aug 16 14:40:31 2015 +0300

    Change wording for new game dialog

 src/gnome-nibbles.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-nibbles.vala b/src/gnome-nibbles.vala
index d5c0294..c5ebf86 100644
--- a/src/gnome-nibbles.vala
+++ b/src/gnome-nibbles.vala
@@ -359,11 +359,11 @@ public class Nibbles : Gtk.Application
                                             Gtk.DialogFlags.MODAL,
                                             Gtk.MessageType.WARNING,
                                             Gtk.ButtonsType.OK_CANCEL,
-                                            _("Are You Sure You Want to Quit?"));
+                                            _("Are You Sure You Want to Start a New Game?"));
         dialog.secondary_text = _("If you start a new game, the current one will be lost.");
 
         var button = (Gtk.Button) dialog.get_widget_for_response (Gtk.ResponseType.OK);
-        button.set_label (_("_Quit"));
+        button.set_label (_("_New Game"));
         dialog.response.connect ((response_id) => {
             if (response_id == Gtk.ResponseType.OK)
                 show_new_game_screen_cb ();


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