From 5d8a3ea2f04ac284c08e3a3bd3ec865f1378073d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 23 Feb 2017 17:40:33 +0100 Subject: [PATCH] remove explicit line-break (rely on wrap) --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index e97ddfe03c..6b8a96b284 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3765,7 +3765,7 @@ RCOptionEditor::RCOptionEditor () OptionEditorHeading* quirks_head = new OptionEditorHeading (_("Various Workarounds for Windowing Systems")); - quirks_head->set_note (string_compose (_("Rules for closing, minimizing, maximizing, and stay-on-top can vary\n\ + quirks_head->set_note (string_compose (_("Rules for closing, minimizing, maximizing, and stay-on-top can vary\ with each version of your OS, and the preferences that you've set in your OS.\n\n\ You can adjust the options, below, to change how %1's windows and dialogs behave.\n\n\ These settings will only take effect after %1 is restarted.\n\ -- 2.30.2