[gnome-contacts] avatar-selection: Use Unicode ellipses in translatable strings



commit 5a89f300ebb4fd87ca76c777c5e53fb09636604d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Apr 20 16:09:02 2018 +0200

    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

 data/ui/contacts-avatar-selector.ui    | 4 ++--
 data/ui/contacts-crop-cheese-dialog.ui | 2 +-
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]