gnome-games r7947 - branches/gnome-2-24/glchess/src/lib/gtkui
- From: rancell svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7947 - branches/gnome-2-24/glchess/src/lib/gtkui
- Date: Tue, 30 Sep 2008 10:25:23 +0000 (UTC)
Author: rancell
Date: Tue Sep 30 10:25:23 2008
New Revision: 7947
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7947&view=rev
Log:
Fix no 3D error message not being displayed translated (Bug #552341)
Modified:
branches/gnome-2-24/glchess/src/lib/gtkui/gtkui.py
Modified: branches/gnome-2-24/glchess/src/lib/gtkui/gtkui.py
==============================================================================
--- branches/gnome-2-24/glchess/src/lib/gtkui/gtkui.py (original)
+++ branches/gnome-2-24/glchess/src/lib/gtkui/gtkui.py Tue Sep 30 10:25:23 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]