diff options
| author | 2016-05-03 12:38:16 +0100 | |
|---|---|---|
| committer | 2016-05-03 13:54:04 +0100 | |
| commit | abed0b94cb2af33af729d9edc74b517d3910f683 (patch) | |
| tree | 126250df7b24e963969a4cd07f7e21aa684eb866 /src/modules/options | |
| parent | popups: cleanup visible conditions + add CTCP protection menu (diff) | |
| download | KVIrc-abed0b94cb2af33af729d9edc74b517d3910f683.tar.gz KVIrc-abed0b94cb2af33af729d9edc74b517d3910f683.tar.bz2 KVIrc-abed0b94cb2af33af729d9edc74b517d3910f683.zip | |
OptionsWidget_uparser: syntax fixes in tooltip
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/OptionsWidget_uparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_uparser.cpp b/src/modules/options/OptionsWidget_uparser.cpp index e6882cadf..7b2814781 100644 --- a/src/modules/options/OptionsWidget_uparser.cpp +++ b/src/modules/options/OptionsWidget_uparser.cpp @@ -54,7 +54,7 @@ OptionsWidget_uparser::OptionsWidget_uparser(QWidget * parent) mergeTip(b, __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 " + "also contain a deeper call stack which will help you to identify the " "scripting problems.", "options")); |
