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:
parent
0fbfccd31a
commit
4cea594655
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user