[gnome-control-center] wacom: use Unicode in translatable strings



commit bd0d0489444e8fa1e42d74bec8fd3e69f6540341
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Oct 3 14:49:22 2016 +0200

    wacom: use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772199

 panels/wacom/button-mapping.ui           |    2 +-
 panels/wacom/calibrator/calibrator-gui.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/wacom/button-mapping.ui b/panels/wacom/button-mapping.ui
index ed5083e..23b2226 100644
--- a/panels/wacom/button-mapping.ui
+++ b/panels/wacom/button-mapping.ui
@@ -116,7 +116,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>
-                    <property name="label" translatable="yes">To edit a shortcut, choose the "Send 
Keystroke" action, press the keyboard shortcut button and hold down the new keys or press Backspace to 
clear.</property>
+                    <property name="label" translatable="yes">To edit a shortcut, choose the “Send 
Keystroke” action, press the keyboard shortcut button and hold down the new keys or press Backspace to 
clear.</property>
                     <property name="justify">fill</property>
                     <property name="wrap">True</property>
                   </object>
diff --git a/panels/wacom/calibrator/calibrator-gui.c b/panels/wacom/calibrator/calibrator-gui.c
index 5b9bcba..ed92eaa 100644
--- a/panels/wacom/calibrator/calibrator-gui.c
+++ b/panels/wacom/calibrator/calibrator-gui.c
@@ -84,7 +84,7 @@ struct CalibArea
                                       "appear on screen to calibrate the tablet.")
 #define HELP_TEXT_ANIMATION_DURATION 300
 
-#define ERROR_MESSAGE                    N_("Mis-click detected, restarting...")
+#define ERROR_MESSAGE                    N_("Mis-click detected, restarting…")
 #define ERROR_MESSAGE_ANIMATION_DURATION 500
 
 #define ICON_SUCCESS    "emblem-ok-symbolic"


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