Core: Fix typos in and capitalization of UI text

Change-Id: I830539c7b8f3004b5143a02e3c1e8cea69fa1c81
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2021-03-18 11:20:36 +01:00
parent 4c58465b25
commit 8e5e5cc01a
3 changed files with 3 additions and 3 deletions

View File

@@ -396,7 +396,7 @@ void CorePlugin::warnAboutCrashReporing()
? tr("%1 collects crash reports for the sole purpose of fixing bugs. "
"To disable this feature go to %2.")
: tr("%1 can collect crash reports for the sole purpose of fixing bugs. "
"to enable this feature go to %2.");
"To enable this feature go to %2.");
if (Utils::HostOsInfo::isMacHost()) {
warnStr = warnStr.arg(Core::Constants::IDE_DISPLAY_NAME)