[gnome-tweaks] keymouse: Use a Unicode apostrophe in a translatable string
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweaks] keymouse: Use a Unicode apostrophe in a translatable string
- Date: Tue, 30 Jan 2018 19:19:57 +0000 (UTC)
commit 40797eaf7957fcc78140044803b3a24a2db90498
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Jan 30 20:18:42 2018 +0100
keymouse: Use a Unicode apostrophe in a translatable string
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774282
gtweak/tweaks/tweak_group_keymouse.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtweak/tweaks/tweak_group_keymouse.py b/gtweak/tweaks/tweak_group_keymouse.py
index 07effe7..577d5cc 100644
--- a/gtweak/tweaks/tweak_group_keymouse.py
+++ b/gtweak/tweaks/tweak_group_keymouse.py
@@ -323,7 +323,7 @@ class ClickMethod(Gtk.ListBox, Tweak):
lbl = Gtk.Label(_("Disabled"), xalign=0)
lbl.props.xalign = 0.0
- desc = _("Don't use mouse click emulation.")
+ desc = _("Don’t use mouse click emulation.")
lbl_desc = Gtk.Label()
lbl_desc.set_line_wrap(True)
lbl_desc.get_style_context().add_class("dim-label")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]