[gnome-chess] Add translator comments for new resign dialog



commit 31c8f5781ffc981b278f06a44e8741a6d11ebe95
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Apr 9 08:17:27 2014 -0500

    Add translator comments for new resign dialog

 src/gnome-chess.vala |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 76ea50d..ae4db16 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1376,10 +1376,14 @@ public class Application : Gtk.Application
                                             Gtk.DialogFlags.MODAL,
                                             Gtk.MessageType.QUESTION,
                                             Gtk.ButtonsType.NONE,
+                                            /* Title of warning dialog when player clicks Resign */
                                             _("Are you sure you want to resign?"));
         dialog.format_secondary_text (
+            /* Text on warningn dialog when player clicks Resign */
             _("This makes sense if you plan to save the game as a record of your loss."));
-        dialog.add_buttons (_("_Keep Playing"), Gtk.ResponseType.REJECT,
+        dialog.add_buttons (/* Option on warning dialog when player clicks resign */
+                            _("_Keep Playing"), Gtk.ResponseType.REJECT,
+                            /* Option on warning dialog when player clicks resign */
                             _("_Resign"), Gtk.ResponseType.ACCEPT,
                             null);
 


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