summaryrefslogtreecommitdiff
path: root/caribou
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-11-06 14:07:47 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2016-11-07 08:05:52 +0100
commit92d84e4803c1e18e50448c8f959cc597917cd805 (patch)
treecf8f2c0d9ce0c5cea0df1485f64f5ddcf0b316ee /caribou
parent7965830fa7723675b7aa65207cac843c4cbe3069 (diff)
downloadcaribou-92d84e4803c1e18e50448c8f959cc597917cd805.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=773995
Diffstat (limited to 'caribou')
-rw-r--r--caribou/antler/antler_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/caribou/antler/antler_settings.py b/caribou/antler/antler_settings.py
index c9d1149..b08c272 100644
--- a/caribou/antler/antler_settings.py
+++ b/caribou/antler/antler_settings.py
@@ -10,7 +10,7 @@ AntlerSettings = SettingsTopGroup(
_("The keyboard geometry Caribou should use"),
_("The keyboard geometry determines the shape "
"and complexity of the keyboard, it could range from "
- "a 'natural' look and feel good for composing simple "
+ "a “natural” look and feel good for composing simple "
"text, to a fullscale keyboard."),
# Translators: Keyboard type (similar to touch/tactile device)
allowed=[(('touch'), _('Touch')),