gnome-games r8414 - trunk/lightsoff



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

Log:
Replace Lightsoff with Lights Off in user facing portions.


Modified:
   trunk/lightsoff/lightsoff.desktop.in
   trunk/lightsoff/main.js.in

Modified: trunk/lightsoff/lightsoff.desktop.in
==============================================================================
--- trunk/lightsoff/lightsoff.desktop.in	(original)
+++ trunk/lightsoff/lightsoff.desktop.in	Tue Jan  6 01:34:07 2009
@@ -1,5 +1,5 @@
 [Desktop Entry]
-_Name=Lightsoff
+_Name=Lights Off
 _Comment=Turn off all the lights
 Icon=gnome-lightsoff
 Exec=lightsoff

Modified: trunk/lightsoff/main.js.in
==============================================================================
--- trunk/lightsoff/main.js.in	(original)
+++ trunk/lightsoff/main.js.in	Tue Jan  6 01:34:07 2009
@@ -28,7 +28,7 @@
 
 var stage = new Clutter.Stage();
 // Needs to be translatable..I haven't figure this out yet.
-stage.title = "Lightsoff";
+stage.title = "Lights Off";
 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]