[gnome-mahjongg] Rephrase the no-moves dialog
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg] Rephrase the no-moves dialog
- Date: Fri, 14 Feb 2014 23:34:03 +0000 (UTC)
commit 2739dd86cdc4496d87cecad62f45dc79b028efd6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Feb 14 17:33:25 2014 -0600
Rephrase the no-moves dialog
Primarily, there's no time penalty for choosing Undo
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 22b7b12..4d76915 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -312,7 +312,7 @@ public class Mahjongg : Gtk.Application
Gtk.MessageType.INFO,
Gtk.ButtonsType.NONE,
"%s", _("There are no more moves."));
- dialog.format_secondary_text (_("Each puzzle has at least one solution. You can undo your moves
and try and find the solution for a time penalty, restart this game or start an new one. You can also
reshuffle the game which does not guarantee you a solution."));
+ dialog.format_secondary_text (_("Each puzzle has at least one solution. You can undo your moves
and try and find the solution, restart this game, or start a new one. You can also try to reshuffle the game,
but this does not guarantee a solution."));
dialog.add_buttons (_("_Undo"), Gtk.ResponseType.REJECT,
_("_Restart"), Gtk.ResponseType.CANCEL,
_("_New game"), Gtk.ResponseType.ACCEPT,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]