aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar un1versal2016-03-06 08:25:28 +0000
committerGravatar un1versal2016-03-06 08:25:28 +0000
commit4d5e8bf15c4b64268d1891d0817351ffb3c4ab62 (patch)
tree6069df33bbb712e23a6389ab883096e0626e0160 /src/modules
parentOptionsWidget_servers: fix indentation & remove separator (diff)
downloadKVIrc-4d5e8bf15c4b64268d1891d0817351ffb3c4ab62.tar.gz
KVIrc-4d5e8bf15c4b64268d1891d0817351ffb3c4ab62.tar.bz2
KVIrc-4d5e8bf15c4b64268d1891d0817351ffb3c4ab62.zip
fix missing space between words in tooltip text
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/options/OptionsWidget_identity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_identity.cpp b/src/modules/options/OptionsWidget_identity.cpp
index d5fd38723..0b4f0e2c4 100644
--- a/src/modules/options/OptionsWidget_identity.cpp
+++ b/src/modules/options/OptionsWidget_identity.cpp
@@ -305,7 +305,7 @@ KviIdentityGeneralOptionsWidget::KviIdentityGeneralOptionsWidget(QWidget * paren
sel->setMinimumLabelWidth(120);
mergeTip(sel,__tr2qs_ctx("Your <b>nickname</b> is your primary form of identification on IRC.<br>" \
"Since servers cannot accept multiple users sharing the same nickname " \
- "(case insensitive), you can provide alternative nicknames to be used in case"\
+ "(case insensitive), you can provide alternative nicknames to be used in case "\
"the server refuses to accept the default one.","options"));
QValidator * v = new QRegExpValidator(QRegExp("[^-0-9 ][^ ]*"),hb);