minor string changes

This commit is contained in:
Steffen Schaumburg 2011-02-14 16:41:15 +01:00
parent cbfba53617
commit 2048bf394f
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ class Everest(HandHistoryConverter):
elif action.group('ATYPE') in ('FOLD', 'SIT_OUT'):
hand.addFold(street, player)
else:
print "Unimplemented readAction: %s %s" % (action.group('PSEAT'),action.group('ATYPE'),)
print (_("Unimplemented readAction: %s %s" % (action.group('PSEAT'),action.group('ATYPE'),)))
logging.debug(_("Unimplemented readAction: %s %s"
% (action.group('PSEAT'),action.group('ATYPE'),)))

View File

@ -75,7 +75,7 @@ def main(argv=None):
print "WARNING:"
print "This script will modify many files in the regression test suite"
print "As is safety precaution, you need to edit the file manually to run it"
print "As a safety precaution, you need to edit the file manually to run it"
#walk_testfiles('regression-test-files/', 'zzzzzzz', False)
if __name__ == '__main__':