mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Typos: mid-sentence capitalization in usersurvey.cpp
some common nouns, even if the S in OS is capitalized but that's when it's in acronym form. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9e5c6a6c49
commit
66c9559aef
1 changed files with 3 additions and 3 deletions
|
@ -38,11 +38,11 @@ QString UserSurvey::getVersion()
|
||||||
QString arch;
|
QString arch;
|
||||||
// fill in the system data
|
// fill in the system data
|
||||||
QString sysInfo = QString("Subsurface %1").arg(VERSION_STRING);
|
QString sysInfo = QString("Subsurface %1").arg(VERSION_STRING);
|
||||||
sysInfo.append(tr("\nOperating System: %1").arg(SubsurfaceSysInfo::prettyOsName()));
|
sysInfo.append(tr("\nOperating system: %1").arg(SubsurfaceSysInfo::prettyOsName()));
|
||||||
arch = SubsurfaceSysInfo::cpuArchitecture();
|
arch = SubsurfaceSysInfo::cpuArchitecture();
|
||||||
sysInfo.append(tr("\nCPU Architecture: %1").arg(arch));
|
sysInfo.append(tr("\nCPU architecture: %1").arg(arch));
|
||||||
if (arch == "i386")
|
if (arch == "i386")
|
||||||
sysInfo.append(tr("\nOS CPU Architecture: %1").arg(SubsurfaceSysInfo::osArch()));
|
sysInfo.append(tr("\nOS CPU architecture: %1").arg(SubsurfaceSysInfo::osArch()));
|
||||||
sysInfo.append(tr("\nLanguage: %1").arg(uiLanguage(NULL)));
|
sysInfo.append(tr("\nLanguage: %1").arg(uiLanguage(NULL)));
|
||||||
return sysInfo;
|
return sysInfo;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue