forked from qt-creator/qt-creator
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:
@@ -396,7 +396,7 @@ void CorePlugin::warnAboutCrashReporing()
|
|||||||
? tr("%1 collects crash reports for the sole purpose of fixing bugs. "
|
? tr("%1 collects crash reports for the sole purpose of fixing bugs. "
|
||||||
"To disable this feature go to %2.")
|
"To disable this feature go to %2.")
|
||||||
: tr("%1 can collect crash reports for the sole purpose of fixing bugs. "
|
: 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()) {
|
if (Utils::HostOsInfo::isMacHost()) {
|
||||||
warnStr = warnStr.arg(Core::Constants::IDE_DISPLAY_NAME)
|
warnStr = warnStr.arg(Core::Constants::IDE_DISPLAY_NAME)
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ void FileUtils::removeFiles(const FilePaths &filePaths, bool deleteFromFS)
|
|||||||
continue;
|
continue;
|
||||||
if (!file.remove()) {
|
if (!file.remove()) {
|
||||||
MessageManager::writeDisrupting(
|
MessageManager::writeDisrupting(
|
||||||
QCoreApplication::translate("Core::Internal", "Failed to remove file \"%1\")1.")
|
QCoreApplication::translate("Core::Internal", "Failed to remove file \"%1\".")
|
||||||
.arg(fp.toUserOutput()));
|
.arg(fp.toUserOutput()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -314,7 +314,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="clearCrashReportsButton">
|
<widget class="QPushButton" name="clearCrashReportsButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Clear local crash reports</string>
|
<string>Clear Local Crash Reports</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user