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



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

Log:
Fix incorrect spelling in three-fold-repitition (should be repetition) (Bug #552045)

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:29:23 2008
@@ -817,7 +817,7 @@
                                        type = gtk.MESSAGE_WARNING,
                                        message_format = _("Unable to claim draw"))
         dialog.format_secondary_text(_("""You may claim a draw when:
-a) The board has been in the same state three times (Three fold repitition)
+a) The board has been in the same state three times (Three fold repetition)
 b) Fifty moves have occured where no pawn has moved and no piece has been captured (50 move rule)"""))
         dialog.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_ACCEPT)
         dialog.run()



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