gnome-games r7392 - trunk/gnometris



Author: rancell
Date: Tue Feb 19 11:08:44 2008
New Revision: 7392
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7392&view=rev

Log:
Add translator comment for '<none>' (Bug #517320)

Modified:
   trunk/gnometris/ChangeLog
   trunk/gnometris/tetris.cpp

Modified: trunk/gnometris/tetris.cpp
==============================================================================
--- trunk/gnometris/tetris.cpp	(original)
+++ trunk/gnometris/tetris.cpp	Tue Feb 19 11:08:44 2008
@@ -628,6 +628,8 @@
 	
 	if (addnone)
 	{
+        /* Translators: This is the placeholder item in the theme combo box
+           (preferences dialog) when no themes are available */
 		s = g_strdup(_("<none>"));
 		gtk_combo_box_append_text (GTK_COMBO_BOX (menu), _("<none>"));
 		*listp = g_list_append (*listp, s);



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