Remove whitespace from string

This commit is contained in:
mestaritonttu 2017-03-07 13:53:08 +02:00 committed by GitHub
parent a5182252af
commit 28d2e27a4c

View File

@ -731,7 +731,7 @@ void IdDialog::loadCircleGroupMeta(const uint32_t &token)
if(has_id)
subitem->setText(CIRCLEGROUP_CIRCLE_COL_GROUPNAME, QString::fromUtf8(idd.mNickname.c_str())) ;
else
subitem->setText(CIRCLEGROUP_CIRCLE_COL_GROUPNAME, tr("Unknown ID :")+QString::fromStdString(it->first.toStdString())) ;
subitem->setText(CIRCLEGROUP_CIRCLE_COL_GROUPNAME, tr("Unknown ID:")+QString::fromStdString(it->first.toStdString())) ;
QString tooltip ;
tooltip += tr("Identity ID: ")+QString::fromStdString(it->first.toStdString()) ;