gnome-games r7946 - trunk/glchess/src/lib/gtkui



Author: rancell
Date: Tue Sep 30 10:24:03 2008
New Revision: 7946
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7946&view=rev

Log:
Fix no 3D error message not being displayed translated (Bug #552341)

Modified:
   trunk/glchess/src/lib/gtkui/gtkui.py

Modified: trunk/glchess/src/lib/gtkui/gtkui.py
==============================================================================
--- trunk/glchess/src/lib/gtkui/gtkui.py	(original)
+++ trunk/glchess/src/lib/gtkui/gtkui.py	Tue Sep 30 10:24:03 2008
@@ -580,7 +580,7 @@
                 description = _("""You are unable to play in 3D mode due to the following problems:
 %(errors)s
 
-Please contact your system administrator to resolve these problems, until then you will be able to play chess in 2D mode.""" % {'errors': errors})
+Please contact your system administrator to resolve these problems, until then you will be able to play chess in 2D mode.""") % {'errors': errors}
                 dialog = gtk.MessageDialog(type = gtk.MESSAGE_WARNING, message_format = title)
                 dialog.format_secondary_text(description)
                 dialog.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE)



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