diff options
| author | 2011-06-14 01:14:27 +0000 | |
|---|---|---|
| committer | 2011-06-14 01:14:27 +0000 | |
| commit | 345ca25155713f534858e063e122222af3c1085e (patch) | |
| tree | babb39523f862fd471dcfbb8de3431619a620ed3 /src/modules | |
| parent | fixed rc on windows (executable version) (diff) | |
| download | KVIrc-345ca25155713f534858e063e122222af3c1085e.tar.gz KVIrc-345ca25155713f534858e063e122222af3c1085e.tar.bz2 KVIrc-345ca25155713f534858e063e122222af3c1085e.zip | |
update
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5868 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/options/OptionsWidget_query.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_query.cpp b/src/modules/options/OptionsWidget_query.cpp index 54e12554e..235b86dab 100644 --- a/src/modules/options/OptionsWidget_query.cpp +++ b/src/modules/options/OptionsWidget_query.cpp @@ -86,7 +86,7 @@ OptionsWidget_query::OptionsWidget_query(QWidget * parent) mergeTip(b, __tr2qs_ctx("<center>This option enables query window information " \ "label. It can show you known information about query target at the top of the window.<br>" \ - "Uncheck if you think,that it wastes your query space/" \ + "Uncheck if you think,that it wastes your query space" \ "</center>","options")); b = addBoolSelector(0,6,1,6,__tr2qs_ctx("Paste last query log","options"),KviOption_boolPasteLastLogOnQueryJoin); |
