Mercurial > libervia-backend
diff frontends/quick_frontend/quick_app.py @ 144:80661755ea8d
Primitivus: Tarot card game implementation
- quick frontend: card_game added
- wix: card_game splitted with quick frontend
- tools: new game library
- primitivus: new card_game widget (not finished yet)
- primitivus: SàT XML UI management: first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 26 Jul 2010 19:43:44 +0800 |
parents | a86607e5cf38 |
children | 63d20bda5754 |
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py Thu Jul 22 22:47:29 2010 +0800 +++ b/frontends/quick_frontend/quick_app.py Mon Jul 26 19:43:44 2010 +0800 @@ -297,7 +297,7 @@ self.chat_wins[room_jid].getGame("Tarot").newGame(hand) def tarotChooseContrat(self, room_jid, xml_data, profile): - """Called when the player has too select his contrat""" + """Called when the player has to select his contrat""" if not self.check_profile(profile): return debug (_("Tarot: need to select a contrat"))