gnome-games r8412 - trunk/lightsoff



Author: racarr
Date: Tue Jan  6 01:24:04 2009
New Revision: 8412
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8412&view=rev

Log:
Add message about lightsoff translation.


Modified:
   trunk/lightsoff/main.js.in

Modified: trunk/lightsoff/main.js.in
==============================================================================
--- trunk/lightsoff/main.js.in	(original)
+++ trunk/lightsoff/main.js.in	Tue Jan  6 01:24:04 2009
@@ -27,7 +27,8 @@
 Clutter.color_parse("Black", black);
 
 var stage = new Clutter.Stage();
-stage.title = Lightsoff";
+// Needs to be translatable..I haven't figure this out yet.
+stage.title = "Lightsoff";
 stage.signal.hide.connect(function () { Clutter.main_quit(); });
 stage.color = black;
 



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