From 0991a51b01ae5a507475ca8f4b30a76dbd1e5450 Mon Sep 17 00:00:00 2001 From: Rob Gill Date: Sun, 13 Jan 2019 19:40:04 +0000 Subject: [PATCH] Apps:Drivesetup Fix for bug #14471 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Additional newline in tooltip text to prevent clipping on low resolution displays Change-Id: I8262256d2eb1cc72fb5ffe502c3112285b4f46e5 Reviewed-on: https://review.haiku-os.org/c/878 Reviewed-by: Stephan Aßmus --- .../disk_systems/bfs/InitializeParameterEditor.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp b/src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp index 42ed26d3c7..621d15f818 100644 --- a/src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp +++ b/src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp @@ -139,10 +139,10 @@ InitializeBFSEditor::_CreateViewControls() fUseIndicesCheckBox = new BCheckBox(B_TRANSLATE("Enable query support"), NULL); fUseIndicesCheckBox->SetValue(true); - fUseIndicesCheckBox->SetToolTip(B_TRANSLATE("Disabling query support may " - "speed up certain file system operations, but should only be used " - "if one is absolutely certain that one will not need queries.\n" - "Any volume that is intended for booting Haiku must have query " + fUseIndicesCheckBox->SetToolTip(B_TRANSLATE("Disabling query support " + "may speed up certain file system operations, but should\nonly be " + "used if one is absolutely certain that one will not need queries." + "\nAny volume that is intended for booting Haiku must have query " "support enabled.")); float spacing = be_control_look->DefaultItemSpacing();