[pychess] push by gbtami - Fixed issue #697, "You sent an undo offer" - ABORT_OFFER on 2012-01-28 16:47 GMT

0 views
Skip to first unread message

pyc...@googlecode.com

unread,
Jan 28, 2012, 11:47:56 AM1/28/12
to pychess...@googlegroups.com
Revision: 3d823e2fe013
Author: gbtami
Date: Sat Jan 28 08:45:41 2012
Log: Fixed issue #697, "You sent an undo offer" - ABORT_OFFER
http://code.google.com/p/pychess/source/detail?r=3d823e2fe013

Modified:
/lib/pychess/widgets/gamenanny.py

=======================================
--- /lib/pychess/widgets/gamenanny.py Wed Jun 29 09:39:21 2011
+++ /lib/pychess/widgets/gamenanny.py Sat Jan 28 08:45:41 2012
@@ -212,7 +212,7 @@
message = _("You sent a pause offer")
elif offer.type == RESUME_OFFER:
message = _("You sent a resume offer")
- elif offer.type == ABORT_OFFER:
+ elif offer.type == TAKEBACK_OFFER:
message = _("You sent an undo offer")
elif offer.type == HURRY_ACTION:
message = _("You asked your opponent to move")

Reply all
Reply to author
Forward
0 new messages