]> git.proxmox.com Git - pve-installer.git/commitdiff
disk selector: shorten ZFS/HW-RAID note
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Dec 2020 16:53:04 +0000 (17:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Dec 2020 18:01:29 +0000 (19:01 +0100)
makes it fit on one line

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall

index 498409228e5734474c74be035f2da7c49ffb43ee..137032f01c8d87e7c64fe90200338ed0aabffc12 100755 (executable)
@@ -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);