[gnome-control-center] privacy: Use ellipses for btns that require confirmation



commit 02e556cfb35cfa18a620c1ad19b1a324c977a94c
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Feb 13 12:40:23 2017 -0500

    privacy: Use ellipses for btns that require confirmation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778568

 panels/privacy/privacy.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 9e47f98..3fad58c 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -584,7 +584,7 @@
             <property name="margin_bottom">12</property>
             <child>
               <object class="GtkButton" id="empty_trash_button">
-                <property name="label" translatable="yes">_Empty Trash</property>
+                <property name="label" translatable="yes">_Empty Trash…</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -600,7 +600,7 @@
             </child>
             <child>
               <object class="GtkButton" id="purge_temp_button">
-                <property name="label" translatable="yes">_Purge Temporary Files</property>
+                <property name="label" translatable="yes">_Purge Temporary Files…</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]