[gnome-games] Untranslated string



commit bbd733356181aa92a15e0352f318d8a6ea7e37b9
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Tue Jun 8 15:58:43 2010 +1000

    Untranslated string

 swell-foop/src/Board.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/swell-foop/src/Board.js b/swell-foop/src/Board.js
index 90be664..0e44c78 100644
--- a/swell-foop/src/Board.js
+++ b/swell-foop/src/Board.js
@@ -99,7 +99,7 @@ Board = new GType({
 			
 			var lights_lit = light_lights_from(actor).length;
 			var new_score = Score.calculate_score(lights_lit);
-			var score_string = "No points";
+			var score_string = _("No points");
 			
 			if(new_score > 0)
 				score_string = Seed.sprintf(gettext.ngettext("%d point", "%d points", new_score), new_score);



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