[gnome-games] Mark a forgotten string for translation.



commit 998609290af43e203caff5adf212d58125019f7d
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Thu Mar 22 08:18:46 2012 +0100

    Mark a forgotten string for translation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672607

 swell-foop/src/swell-foop.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/swell-foop/src/swell-foop.vala b/swell-foop/src/swell-foop.vala
index 785d4ce..d5a2ddb 100644
--- a/swell-foop/src/swell-foop.vala
+++ b/swell-foop/src/swell-foop.vala
@@ -195,7 +195,7 @@ public class SwellFoop : Gtk.Application
             score = game.score;
 
         /* I left one more blank space at the end to make the score not too close to the window border */
-        current_score_label.set_text ("Score: %4u ".printf (score));
+        current_score_label.set_text (_("Score: %4u ").printf (score));
     }
 
     private void complete_cb ()



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