diff options
| author | 2015-12-27 04:58:10 +0000 | |
|---|---|---|
| committer | 2015-12-27 05:01:38 +0000 | |
| commit | 3f2bafe4c233bb02c5d27f758204b7d95f05b985 (patch) | |
| tree | d9ee4dd06c15b39d271498af67d360147cac8322 | |
| parent | revert wront option box capitalization (diff) | |
| download | KVIrc-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.cpp | 2 |
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); |
