[gnome-tweak-tool] Revert "Use Unicode in translatable strings"
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool] Revert "Use Unicode in translatable strings"
- Date: Wed, 24 May 2017 20:22:18 +0000 (UTC)
commit 9381930560f4472678bdd379dfd406d6adfab53e
Author: Piotr Drąg <piotrdrag gmail com>
Date: Wed May 24 22:21:30 2017 +0200
Revert "Use Unicode in translatable strings"
This reverts commit 6ddd07bae9673be17bea8062c9c813dd26263cbc.
I think I broke something. :(
gtweak/tweaks/tweak_group_shell.py | 2 +-
gtweak/tweaks/tweak_group_startup.py | 2 +-
gtweak/tweakview.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_shell.py b/gtweak/tweaks/tweak_group_shell.py
index 946028c..822d231 100644
--- a/gtweak/tweaks/tweak_group_shell.py
+++ b/gtweak/tweaks/tweak_group_shell.py
@@ -71,7 +71,7 @@ class IgnoreLidSwitchTweak(GetterSetterSwitchTweak):
autostart_desktop_filename = "ignore-lid-switch-tweak.desktop",
exec_cmd = self._inhibitor_path)
- GetterSetterSwitchTweak.__init__(self, _("Don’t suspend on lid close"), **options)
+ GetterSetterSwitchTweak.__init__(self, _("Don't suspend on lid close"), **options)
def get_active(self):
return self._sync_inhibitor()
diff --git a/gtweak/tweaks/tweak_group_startup.py b/gtweak/tweaks/tweak_group_startup.py
index 7ae74f9..94d08b0 100644
--- a/gtweak/tweaks/tweak_group_startup.py
+++ b/gtweak/tweaks/tweak_group_startup.py
@@ -45,7 +45,7 @@ class _AppChooser(Gtk.Dialog):
self._all = {}
self.entry = Gtk.SearchEntry(
- placeholder_text=_("Search Applications…"))
+ placeholder_text=_("Search Applications..."))
self.entry.set_width_chars(30)
self.entry.props.activates_default=True
diff --git a/gtweak/tweakview.py b/gtweak/tweakview.py
index 9575da7..0a2eaec 100644
--- a/gtweak/tweakview.py
+++ b/gtweak/tweakview.py
@@ -115,7 +115,7 @@ class Window(Gtk.ApplicationWindow):
def sidebar(self):
left_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
- self.entry = Gtk.SearchEntry(placeholder_text=_("Search Tweaks…"))
+ self.entry = Gtk.SearchEntry(placeholder_text=_("Search Tweaks..."))
self.entry.connect("search-changed", self._on_search)
self.searchbar = Gtk.SearchBar()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]