mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ UserSurvey::UserSurvey(QWidget *parent) : QDialog(parent),
|
||||||
if (arch == "i386") {
|
if (arch == "i386") {
|
||||||
osArch = SubsurfaceSysInfo::osArch();
|
osArch = SubsurfaceSysInfo::osArch();
|
||||||
if (!osArch.isEmpty()) {
|
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));
|
os.append(QString("&osCpuArch=%1").arg(osArch));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue