aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-27 04:58:10 +0000
committerGravatar un1versal2015-12-27 05:01:38 +0000
commit3f2bafe4c233bb02c5d27f758204b7d95f05b985 (patch)
treed9ee4dd06c15b39d271498af67d360147cac8322
parentrevert wront option box capitalization (diff)
downloadKVIrc-3f2bafe4c233bb02c5d27f758204b7d95f05b985.tar.gz
KVIrc-3f2bafe4c233bb02c5d27f758204b7d95f05b985.tar.bz2
KVIrc-3f2bafe4c233bb02c5d27f758204b7d95f05b985.zip
add missing colon...
would be nice if all coons in these were appended to string not part of string.
-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 28c8ea428..53a876673 100644
--- a/src/modules/options/OptionsWidget_identity.cpp
+++ b/src/modules/options/OptionsWidget_identity.cpp
@@ -476,7 +476,7 @@ OptionsWidget_identityAvatar::OptionsWidget_identityAvatar(QWidget * parent)
"The image also should be smaller than 800x600 pixels since<br>" \
"it will have to be viewable in everyone's monitor.","options");
- m_pUseAvatarCheck = new QCheckBox(__tr2qs_ctx("Use avatar","options"),this);
+ m_pUseAvatarCheck = new QCheckBox(__tr2qs_ctx("Use avatar:","options"),this);
addWidgetToLayout(m_pUseAvatarCheck,0,0,0,0);
m_pUseAvatarCheck->setChecked(bHaveAvatar);
mergeTip(m_pUseAvatarCheck,szTip);