[hitori] Use correct apostrophe character



commit 31a8d43d03345663dce363ef9d9ef8607dd1832d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Jul 5 15:19:52 2014 -0500

    Use correct apostrophe character

 src/rules.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rules.c b/src/rules.c
index bde8f43..e1d3f0c 100644
--- a/src/rules.c
+++ b/src/rules.c
@@ -264,7 +264,7 @@ hitori_check_win (Hitori *hitori)
 
                /* Translators: The first parameter is the number of minutes which have elapsed since the 
start of the game; the second parameter is
                 * the number of seconds. */
-               message = g_strdup_printf (_("You've won in a time of %02u:%02u!"), hitori->timer_value / 60, 
hitori->timer_value % 60);
+               message = g_strdup_printf (_("You’ve won in a time of %02u:%02u!"), hitori->timer_value / 60, 
hitori->timer_value % 60);
                dialog = gtk_message_dialog_new (GTK_WINDOW (hitori->window), GTK_DIALOG_MODAL, 
GTK_MESSAGE_INFO, GTK_BUTTONS_NONE, "%s", message);
                g_free (message);
 


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