[gnome-disk-utility] Fix swapped "Number of Samples" tooltips in benchmark dialog



commit 3b7e850f7b6d8e0f035f8d434919fa4e1b684d4f
Author: mtvoid <mt_void yahoo com>
Date:   Fri Jul 27 02:38:26 2018 +0000

    Fix swapped "Number of Samples" tooltips in benchmark dialog
    
    In the benchmark dialog, there are two values for the
    number of samples, one for the transfer rate, and the
    other for the access time measurements.
    The tooltips for the two are swapped.
    
    This patch corrects this error by swapping the tooltips
    for "Transfer Rate" and "Access Time".
    
    https://gitlab.gnome.org/GNOME/gnome-disk-utility/merge_requests/3

 src/disks/ui/benchmark-dialog.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/disks/ui/benchmark-dialog.ui b/src/disks/ui/benchmark-dialog.ui
index e8cda0cd..256cb951 100644
--- a/src/disks/ui/benchmark-dialog.ui
+++ b/src/disks/ui/benchmark-dialog.ui
@@ -572,7 +572,6 @@ If not checked, the write-part of the benchmark will not be done but on the othe
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_markup" translatable="yes">Number of samples. Bigger number 
produces a more accurate picture of access time patterns but takes more time.</property>
                     <property name="tooltip_text" translatable="yes">Number of samples. Bigger number 
produces a more accurate picture of access time patterns but takes more time.</property>
                     <property name="hexpand">True</property>
                     <property name="invisible_char">●</property>


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