[PATCH] usersurvey: Add : for consistency

Anton Lundin glance at acc.umu.se
Sun Jul 13 12:10:31 PDT 2014


All the other statements there had : in them.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/usersurvey.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/usersurvey.cpp b/qt-ui/usersurvey.cpp
index b98f1d6..3177886 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));
 		}
 	}
-- 
1.9.1



More information about the subsurface mailing list