[tali] Use Unicode in notice that it is your turn



commit 990d2ab50433b218b0bfd0da02ee575649decf8a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Feb 16 11:08:43 2014 -0600

    Use Unicode in notice that it is your turn
    
    This should probably be rephrased, but I'll make the minimal necessary
    change for now.

 src/gyahtzee.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gyahtzee.c b/src/gyahtzee.c
index f1e3678..277f583 100644
--- a/src/gyahtzee.c
+++ b/src/gyahtzee.c
@@ -253,7 +253,7 @@ DisplayCurrentPlayer(void) {
     if (players[CurrentPlayer].comp) {
       say (_("Computer playing for %s"), players[CurrentPlayer].name);
     } else {
-      say (_("%s! -- You're up."), players[CurrentPlayer].name);
+      say (_("%s! – You’re up."), players[CurrentPlayer].name);
     }
   }
 }


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