[five-or-more] Use correct apostrophe character in status message



commit 74eb0fd5e08d1450477e10563fa4cf06d515b073
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 26 13:30:47 2014 -0600

    Use correct apostrophe character in status message

 src/glines.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/glines.c b/src/glines.c
index 1e84bbc..5f35af3 100644
--- a/src/glines.c
+++ b/src/glines.c
@@ -646,7 +646,7 @@ cell_clicked (GtkWidget * widget, int fx, int fy)
         set_inmove (1);
       } else {
         /* Can't move there! */
-        set_status_message (_("You can't move there!"));
+        set_status_message (_("You can’t move there!"));
         reset_pathsearch ();
         target = -1;
       }


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