summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-04-20 16:09:02 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2018-04-20 16:09:02 +0200
commit5a89f300ebb4fd87ca76c777c5e53fb09636604d (patch)
tree065d7664cf7504a88cdc6178e10b8057caab664c
parent1014e347434e83bc85678ae0c22fd095632a5b1c (diff)
downloadgnome-contacts-5a89f300ebb4fd87ca76c777c5e53fb09636604d.tar.gz
avatar-selection: Use Unicode ellipses in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772263
-rw-r--r--data/ui/contacts-avatar-selector.ui4
-rw-r--r--data/ui/contacts-crop-cheese-dialog.ui2
2 files changed, 3 insertions, 3 deletions
diff --git a/data/ui/contacts-avatar-selector.ui b/data/ui/contacts-avatar-selector.ui
index 180ae6b..895805a 100644
--- a/data/ui/contacts-avatar-selector.ui
+++ b/data/ui/contacts-avatar-selector.ui
@@ -51,7 +51,7 @@
<property name="spacing">10</property>
<child>
<object class="GtkButton" id="cheese_button">
- <property name="label" translatable="yes">Take a Picture...</property>
+ <property name="label" translatable="yes">Take a Picture…</property>
<property name="can_focus">True</property>
<property name="no_show_all">True</property>
<property name="receives_default">True</property>
@@ -65,7 +65,7 @@
</child>
<child>
<object class="GtkButton">
- <property name="label" translatable="yes">Select a File...</property>
+ <property name="label" translatable="yes">Select a File…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/data/ui/contacts-crop-cheese-dialog.ui b/data/ui/contacts-crop-cheese-dialog.ui
index bcb402c..345c816 100644
--- a/data/ui/contacts-crop-cheese-dialog.ui
+++ b/data/ui/contacts-crop-cheese-dialog.ui
@@ -46,7 +46,7 @@
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="take_another_button">
- <property name="label" translatable="yes">Take Another...</property>
+ <property name="label" translatable="yes">Take Another…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>