All the other statements there had : in them.

Signed-off-by: Anton Lundin <[email protected]>
---
 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

_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to