diff options
| author | 2016-02-01 02:14:16 +0000 | |
|---|---|---|
| committer | 2016-02-02 16:25:11 +0000 | |
| commit | 40e05b25fbbba2a9bd510dcff780421e06cd33a0 (patch) | |
| tree | 8f252b9de5aec0db1b74c925b9eba53cb2219b37 | |
| parent | OptionsWidget_tray: remove tooltip center formatting (diff) | |
| download | KVIrc-40e05b25fbbba2a9bd510dcff780421e06cd33a0.tar.gz KVIrc-40e05b25fbbba2a9bd510dcff780421e06cd33a0.tar.bz2 KVIrc-40e05b25fbbba2a9bd510dcff780421e06cd33a0.zip | |
OptionsWidget_uparser: remove tooltip center formatting
| -rw-r--r-- | src/modules/options/OptionsWidget_uparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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("<center>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.</center>","options") + "scripting problems.","options") ); addBoolSelector(0,9,0,9,__tr2qs_ctx("Create minimized debug window","options"),KviOption_boolShowMinimizedDebugWindow); |
