From 4cea59465599defcc45371b4d92cae02ebef7269 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 13 Jul 2014 21:10:31 +0200 Subject: usersurvey: Add : for consistency All the other statements there had : in them. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/usersurvey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/usersurvey.cpp b/qt-ui/usersurvey.cpp index b98f1d62f..317788626 100644 --- a/qt-ui/usersurvey.cpp +++ b/qt-ui/usersurvey.cpp @@ -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)); } } -- cgit v1.2.3-70-g09d2