[gnome-nibbles] Change wording for new game dialog
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] Change wording for new game dialog
- Date: Mon, 26 Oct 2015 00:19:50 +0000 (UTC)
commit 09b6ff2d8688c446b10a55b921e0bec45c18995c
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]