[gnome-chess] Improve dead engine warning



commit dbd06135510bcbc3830b2066e567028958430613
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jan 7 15:19:33 2014 -0600

    Improve dead engine warning

 src/gnome-chess.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 4cb42fc..1499a44 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1181,7 +1181,7 @@ public class Application : Gtk.Application
             break;
         case ChessRule.BUG:
             /* Window subtitle when something goes wrong with the engine */
-            reason = _("Something has gone wrong. The game cannot continue.");
+            reason = _("The computer player died unexpectedly. The game cannot continue.");
             /* Don't set pgn_game termination; these are standards*/
             break;
         }


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