makes it fit on one line
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
$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);