[tali] Dialog to display correct message when the game type is changed.



commit b336c4d58a3e4f2894c40a4a8ccbf8ceb9890674
Author: Sahil Sareen <sahil sareen hotmail com>
Date:   Sun Sep 21 15:22:52 2014 +0530

    Dialog to display correct message when the game type is changed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737069

 src/setup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/setup.c b/src/setup.c
index 8800c21..371609c 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -119,8 +119,8 @@ WarnNumPlayersChanged (void)
   mb = gtk_message_dialog_new (GTK_WINDOW (window), GTK_DIALOG_DESTROY_WITH_PARENT,
                               GTK_MESSAGE_INFO,
                               GTK_BUTTONS_OK,
-                              _("Current game will complete"
-                                " with original number of players."));
+                              _("Preferences will be updated"
+                                " in the next game."));
   gtk_window_set_position (GTK_WINDOW (mb), GTK_WIN_POS_MOUSE);
   gtk_dialog_run (GTK_DIALOG (mb));
   gtk_widget_destroy (mb);


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