forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/13.0'
Change-Id: If752e3383b35873b696e8beca27d8838a4096c8a
This commit is contained in:
@@ -566,8 +566,8 @@ static bool checkToRefuseRemoveStandardLocationDirectory(const QString &dirPath,
|
||||
{
|
||||
if (QStandardPaths::standardLocations(location).contains(dirPath)) {
|
||||
if (error) {
|
||||
*error = Tr::tr("Refusing to remove your %1 directory.").arg(
|
||||
QStandardPaths::displayName(location));
|
||||
*error = Tr::tr("Refusing to remove the standard directory \"%1\".")
|
||||
.arg(QStandardPaths::displayName(location));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user