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:
@@ -188,7 +188,7 @@ void FileUtils::removeFiles(const FilePaths &filePaths, bool deleteFromFS)
|
||||
continue;
|
||||
if (!file.remove()) {
|
||||
MessageManager::writeDisrupting(
|
||||
QCoreApplication::translate("Core::Internal", "Failed to remove file \"%1\")1.")
|
||||
QCoreApplication::translate("Core::Internal", "Failed to remove file \"%1\".")
|
||||
.arg(fp.toUserOutput()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user