[gnome-games] iagno.vala: added note to translators.



commit 3b99445c57becc9d724e168661ce7b5e4fbfcfbd
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Thu Feb 2 19:34:36 2012 -0500

    iagno.vala: added note to translators.

 iagno/src/iagno.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/iagno/src/iagno.vala b/iagno/src/iagno.vala
index 1a2909e..8956ad9 100644
--- a/iagno/src/iagno.vala
+++ b/iagno/src/iagno.vala
@@ -224,7 +224,7 @@ public class Iagno : Gtk.Application
             undo_action.set_sensitive (false);
         else
             undo_action.set_sensitive (game.can_undo);
-
+        /* Translators: this is a 2 digit representation of the current score. */
         dark_score_label.set_text (_("%.2d").printf (game.n_dark_tiles));
         light_score_label.set_text (_("%.2d").printf (game.n_light_tiles));
 



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