diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-13 21:10:31 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-14 18:42:10 -0700 |
commit | 4cea59465599defcc45371b4d92cae02ebef7269 (patch) | |
tree | 850b7b83102408f9ed9d01351867dc8b4130a07d | |
parent | 0fbfccd31a2ed319f36f9121ab195fb6f14868fd (diff) | |
download | subsurface-4cea59465599defcc45371b4d92cae02ebef7269.tar.gz |
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>
-rw-r--r-- | qt-ui/usersurvey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |