[gnome-disk-utility/udisks2-port] Add ellipses to actions that trigger dialogs before doing the deed



commit b151f88789bac677259ecc5f04519642ae009b86
Author: David Zeuthen <davidz redhat com>
Date:   Wed Dec 7 16:38:33 2011 -0500

    Add ellipses to actions that trigger dialogs before doing the deed
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/ui/palimpsest.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/palimpsest.ui b/data/ui/palimpsest.ui
index 911907f..7e0c6d3 100644
--- a/data/ui/palimpsest.ui
+++ b/data/ui/palimpsest.ui
@@ -4,7 +4,7 @@
   <object class="GtkActionGroup" id="devtab-actions">
     <child>
       <object class="GtkAction" id="devtab-action-partition-create">
-        <property name="tooltip" translatable="yes">Create a new partition in the free space</property>
+        <property name="tooltip" translatable="yes">Create a new partition...</property>
         <property name="icon_name">list-add-symbolic</property>
       </object>
     </child>
@@ -58,7 +58,7 @@
     </child>
     <child>
       <object class="GtkAction" id="devtab-action-partition-delete">
-        <property name="tooltip" translatable="yes">Delete the partition</property>
+        <property name="tooltip" translatable="yes">Delete partition...</property>
         <property name="icon_name">list-remove-symbolic</property>
       </object>
     </child>



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