From 44ac59664a8adf214776086d48c631918ffc6bdd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 1 Jun 2016 13:58:02 +0200 Subject: [PATCH] Stringhe di #22 --- strings.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/strings.py b/strings.py index 06a8edb..7cabeae 100644 --- a/strings.py +++ b/strings.py @@ -116,11 +116,8 @@ status_header = "*ID:* {name}\n" \ "*Fase:* {phase}\n" \ "*Giocatori partecipanti:*\n" -# Status: giocatore inattivo (deve terminare con \n) -status_idle_player = "{icon} @{name} ({votes})\n" - -# Status: giocatore votante (deve terminare con \n) -status_voting_player = "{icon} @{name} ({votes}) vota per @{voting}\n" +# Status: giocatore vivo (deve terminare con \n) +status_alive_player = "{icon} @{name} ({votes} voti)\n" # Status: giocatore morto (deve terminare con \n) status_dead_player = "\U0001F480 @{name}\n"