[gnome-disk-utility] Correct tooltip texts in resize dialog



commit 10e1e9fd3c429040419a6795062d99cfaa1cd884
Author: Kai Lüke <kailueke riseup net>
Date:   Tue Aug 8 14:50:57 2017 +0200

    Correct tooltip texts in resize dialog
    
    The tooltip descriptions for the partition size entries
    should be independent from the selected size unit.
    The entry for the size difference was also not correct.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676555

 src/disks/ui/resize-dialog.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/disks/ui/resize-dialog.ui b/src/disks/ui/resize-dialog.ui
index 199e623..e33ff6b 100644
--- a/src/disks/ui/resize-dialog.ui
+++ b/src/disks/ui/resize-dialog.ui
@@ -106,7 +106,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_text" translatable="yes">The size of the partition to create, in 
megabytes</property>
+                    <property name="tooltip_text" translatable="yes">The size of the partition to 
create</property>
                     <property name="activates_default">True</property>
                     <property name="text">0</property>
                     <property name="adjustment">size-adjustment</property>
@@ -164,7 +164,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_text" translatable="yes">The free space following the partition, 
in megabytes</property>
+                    <property name="tooltip_text" translatable="yes">The free space following the 
partition</property>
                     <property name="activates_default">True</property>
                     <property name="text">0</property>
                     <property name="adjustment">free-following-adjustment</property>
@@ -209,7 +209,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_text" translatable="yes">The free space following the partition, 
in megabytes</property>
+                    <property name="tooltip_text" translatable="yes">The difference to the previous 
partition size</property>
                     <property name="activates_default">True</property>
                     <property name="text">0</property>
                     <property name="adjustment">difference-adjustment</property>


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