diff options
| author | 2016-05-06 02:32:08 +0100 | |
|---|---|---|
| committer | 2016-05-06 02:32:08 +0100 | |
| commit | 5def060efec6caed11dcb7aa323328889be7bfc4 (patch) | |
| tree | 87eb8beb0ebe9ad808514a73dc6544c6ff8e102d /src/modules/options | |
| parent | KviIrcToolBar: IRC context display tooltip consistency. (diff) | |
| download | KVIrc-5def060efec6caed11dcb7aa323328889be7bfc4.tar.gz KVIrc-5def060efec6caed11dcb7aa323328889be7bfc4.tar.bz2 KVIrc-5def060efec6caed11dcb7aa323328889be7bfc4.zip | |
OptionsWidget_uparser: remove unnecessary newline
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/OptionsWidget_uparser.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/options/OptionsWidget_uparser.cpp b/src/modules/options/OptionsWidget_uparser.cpp index 7b2814781..265b6364a 100644 --- a/src/modules/options/OptionsWidget_uparser.cpp +++ b/src/modules/options/OptionsWidget_uparser.cpp @@ -55,15 +55,13 @@ OptionsWidget_uparser::OptionsWidget_uparser(QWidget * parent) "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 to identify the " - "scripting problems.", - "options")); + "scripting problems.", "options")); b1 = addBoolSelector(0, 9, 0, 9, __tr2qs_ctx("Create debug window without focus", "options"), KviOption_boolShowMinimizedDebugWindow); mergeTip(b1, __tr2qs_ctx("This option prevents the debug window " "from opening and diverting application focus.<br>" "Enable this if you don't like the debug window " - "popping up while you're typing something in a channel.", - "options")); + "popping up while you're typing something in a channel.", "options")); addRowSpacer(0, 10, 0, 10); } |
