summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-11-11 18:19:32 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-01-31 16:04:53 +0100
commit652e3c96254629e64e3b6c3867d74b8d61dc2253 (patch)
tree909816e66552891074403e7f99af15369c1dcdbf /data
parentb0d0b636091bae1c8aee1b33c295397e3c6f7036 (diff)
downloadtotem-652e3c96254629e64e3b6c3867d74b8d61dc2253.tar.gz
data: Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=774286
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.totem.gschema.xml.in10
-rw-r--r--data/preferences.ui2
2 files changed, 6 insertions, 6 deletions
diff --git a/data/org.gnome.totem.gschema.xml.in b/data/org.gnome.totem.gschema.xml.in
index 15ed6173a..fccb4e45e 100644
--- a/data/org.gnome.totem.gschema.xml.in
+++ b/data/org.gnome.totem.gschema.xml.in
@@ -52,17 +52,17 @@
</key>
<key name="open-uri" type="s">
<default>''</default>
- <summary>Default location for the "Open..." dialogs</summary>
- <description>Default location for the "Open..." dialogs. Default is the current directory.</description>
+ <summary>Default location for the “Open…” dialogs</summary>
+ <description>Default location for the “Open…” dialogs. Default is the current directory.</description>
</key>
<key name="screenshot-save-uri" type="s">
<default>''</default>
- <summary>Default location for the "Take Screenshot" dialogs</summary>
- <description>Default location for the "Take Screenshot" dialogs. Default is the Pictures directory.</description>
+ <summary>Default location for the “Take Screenshot” dialogs</summary>
+ <description>Default location for the “Take Screenshot” dialogs. Default is the Pictures directory.</description>
</key>
<key name="disable-user-plugins" type="b">
<default>false</default>
- <summary>Whether to disable the plugins in the user's home directory</summary>
+ <summary>Whether to disable the plugins in the user’s home directory</summary>
</key>
<key name="disable-keyboard-shortcuts" type="b">
<default>false</default>
diff --git a/data/preferences.ui b/data/preferences.ui
index 92c997bd7..2ed037c62 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -426,7 +426,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkButton" id="tpw_plugins_button">
- <property name="label" translatable="yes">Plugins...</property>
+ <property name="label" translatable="yes">Plugins…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>