From 40e05b25fbbba2a9bd510dcff780421e06cd33a0 Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 1 Feb 2016 02:14:16 +0000 Subject: OptionsWidget_uparser: remove tooltip center formatting --- src/modules/options/OptionsWidget_uparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/options/OptionsWidget_uparser.cpp b/src/modules/options/OptionsWidget_uparser.cpp index 127bbdc22..be6b2575b 100644 --- a/src/modules/options/OptionsWidget_uparser.cpp +++ b/src/modules/options/OptionsWidget_uparser.cpp @@ -52,11 +52,11 @@ OptionsWidget_uparser::OptionsWidget_uparser(QWidget * parent) b = addBoolSelector(0,8,0,8,__tr2qs_ctx("Relay errors and warnings to debug window","options"),KviOption_boolScriptErrorsToDebugWindow); mergeTip(b, - __tr2qs_ctx("
This option will show the script errors and warnings " \ + __tr2qs_ctx("This option will show the script errors and warnings " \ "also in the special debug window. This makes tracking of scripts that might " \ "be running in several windows far easier. The messages in the debug window " \ "also contain a deeper call stack which will help you identifying the " \ - "scripting problems.
","options") + "scripting problems.","options") ); addBoolSelector(0,9,0,9,__tr2qs_ctx("Create minimized debug window","options"),KviOption_boolShowMinimizedDebugWindow); -- cgit v1.3.1-10-gc9f91