From 3f2bafe4c233bb02c5d27f758204b7d95f05b985 Mon Sep 17 00:00:00 2001 From: un1versal Date: Sun, 27 Dec 2015 04:58:10 +0000 Subject: add missing colon... would be nice if all coons in these were appended to string not part of string. --- src/modules/options/OptionsWidget_identity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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
" \ "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); -- cgit v1.3.1-10-gc9f91