From 8f38d1a1d581addfec66887b27272f289a35250e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 10 Dec 2020 17:53:04 +0100 Subject: [PATCH] disk selector: shorten ZFS/HW-RAID note makes it fit on one line Signed-off-by: Thomas Lamprecht --- proxinstall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proxinstall b/proxinstall index 4984092..137032f 100755 --- a/proxinstall +++ b/proxinstall @@ -3107,7 +3107,9 @@ sub create_hdoption_view { $grid->attach($sep, 0, $row, 2, 1); $row++; - my $hw_raid_note = Gtk3::Label->new("Note: ZFS is not compatible with disks backed by a hardware RAID controller. For details see the reference documentation."); + my $hw_raid_note = Gtk3::Label->new( + "Note: ZFS is not compatible with hardware RAID controllers, for details see the documentation." + ); $hw_raid_note->set_line_wrap(1); $hw_raid_note->set_max_width_chars(30); $hw_raid_note->set_visible(0); -- 2.39.5