[gnome-disk-utility] Fix swapped tooltips for "Number of Samples" for "Transfer Rate" and "Access Time"
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Fix swapped tooltips for "Number of Samples" for "Transfer Rate" and "Access Time"
- Date: Fri, 27 Jul 2018 05:05:51 +0000 (UTC)
commit e76b37c0a8aff12706356c7627b2e42b38bd4f28
Author: mtvoid <mt_void yahoo com>
Date: Tue Jul 24 12:20:22 2018 +0000
Fix swapped tooltips for "Number of Samples" for "Transfer Rate" and "Access Time"
src/disks/ui/benchmark-dialog.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/disks/ui/benchmark-dialog.ui b/src/disks/ui/benchmark-dialog.ui
index 36328a4b..e8cda0cd 100644
--- a/src/disks/ui/benchmark-dialog.ui
+++ b/src/disks/ui/benchmark-dialog.ui
@@ -475,7 +475,7 @@ If not checked, the write-part of the benchmark will not be done but on the othe
<object class="GtkSpinButton" id="num-samples-spinbutton">
<property name="visible">True</property>
<property name="can_focus">True</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="tooltip_text" translatable="yes">Number of samples. Bigger number
produces more smooth graphs but the benchmark will take more time.</property>
<property name="hexpand">True</property>
<property name="invisible_char">●</property>
<property name="adjustment">num-samples-adjustment</property>
@@ -572,8 +572,8 @@ 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 more smooth graphs but the benchmark will take more time.</property>
- <property name="tooltip_text" translatable="yes">Number of samples. Bigger number
produces more smooth graphs but the benchmark will take more time.</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>
<property name="invisible_char_set">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]