After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793508 - Improve tooltips for GPT partition flags
Improve tooltips for GPT partition flags
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2018-02-16 13:31 UTC by Will Thompson
Modified: 2018-02-20 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix tooltip for “Hide from Firmware” GPT partition flag (1.69 KB, patch)
2018-02-16 13:31 UTC, Will Thompson
committed Details | Review
Drop redundant “Legacy BIOS Bootable” text in tooltip (1.65 KB, patch)
2018-02-16 13:31 UTC, Will Thompson
committed Details | Review

Description Will Thompson 2018-02-16 13:31:11 UTC
The tooltip for the “Hide from Firmware” GPT partition flag was previously a duplicate of the tooltip for the “Legacy BIOS Bootable” flag. Fix this, and drop the words “Legacy BIOS Bootable” from the correct copy of that tooltip (which is attached to a label with that exact text).
Comment 1 Will Thompson 2018-02-16 13:31:17 UTC
Created attachment 368421 [details] [review]
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.
Comment 2 Will Thompson 2018-02-16 13:31:21 UTC
Created attachment 368422 [details] [review]
Drop redundant “Legacy BIOS Bootable” text in tooltip

This is the text of the checkbox label, so doesn't need to be repeated
in the tooltip.
Comment 3 Kai Lüke 2018-02-20 13:12:36 UTC
Hi,
thanks for spotting this and even writing the patch :)