[gnome-disk-utility] Fix tooltip for “Hide from Firmware” GPT partition flag



commit c847308f078fbd1e55e959456fea5041d1119544
Author: Will Thompson <will willthompson co uk>
Date:   Fri Feb 16 13:23:58 2018 +0000

    Fix tooltip for “Hide from Firmware” GPT partition flag
    
    Support for this flag was introduced in
    2054788229cb1db60b2acc8862a5c3b5bb8ba16a but the tooltip was erronously
    copied from the “Legacy BIOS Bootable” checkbox.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793508

 src/disks/ui/edit-gpt-partition-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/disks/ui/edit-gpt-partition-dialog.ui b/src/disks/ui/edit-gpt-partition-dialog.ui
index a064c02..e79e402 100644
--- a/src/disks/ui/edit-gpt-partition-dialog.ui
+++ b/src/disks/ui/edit-gpt-partition-dialog.ui
@@ -197,7 +197,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
-                <property name="tooltip_markup" translatable="yes">Legacy BIOS Bootable. This is equivalent 
to Master Boot Record &lt;i&gt;bootable&lt;/i&gt; flag. It is normally only used for GPT partitions on MBR 
systems</property>
+                <property name="tooltip_markup" translatable="yes">Indicates that EFI firmware should ignore 
the content of the partition and not try to read from it</property>
                 <property name="use_underline">True</property>
                 <property name="xalign">0</property>
                 <property name="draw_indicator">True</property>


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