usersurvey: Add : for consistency

All the other statements there had : in them.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-07-13 21:10:31 +02:00 committed by Dirk Hohndel
parent 0fbfccd31a
commit 4cea594655

View file

@ -32,7 +32,7 @@ UserSurvey::UserSurvey(QWidget *parent) : QDialog(parent),
if (arch == "i386") {
osArch = SubsurfaceSysInfo::osArch();
if (!osArch.isEmpty()) {
sysInfo.append(tr("\nOS CPU Architecture %1").arg(osArch));
sysInfo.append(tr("\nOS CPU Architecture: %1").arg(osArch));
os.append(QString("&osCpuArch=%1").arg(osArch));
}
}