[totem] data: Use Unicode in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] data: Use Unicode in translatable strings
- Date: Tue, 31 Jan 2017 15:07:52 +0000 (UTC)
commit 652e3c96254629e64e3b6c3867d74b8d61dc2253
Author: Piotr Drąg <piotrdrag gmail com>
Date: Fri Nov 11 18:19:32 2016 +0100
data: Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774286
data/org.gnome.totem.gschema.xml.in | 10 +++++-----
data/preferences.ui | 2 +-
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 15ed617..fccb4e4 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 92c997b..2ed037c 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]