[gnome-chess] Reduce length of engine oops message



commit a413c88e0d341d9217bb75734cedd0b9010ee0d7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Dec 6 12:54:52 2020 -0600

    Reduce length of engine oops message
    
    We don't have much space in the window title, especially on narrow mode.

 src/gnome-chess.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index c11800d..751b6a9 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1382,7 +1382,7 @@ Copyright © 2015–2016 Sahil Sareen""";
             break;
         case ChessResult.BUG:
             /* Game status when something goes wrong with the engine. */
-            what = _("Oops! Something has gone wrong.");
+            what = _("Oops!");
             /* don't set the pgn_game result; these are standards */
             break;
         default:


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