QDS Components: Replace "item" with "component" in UI text

Task-number: QDS-3778
Change-Id: I67cfaad948fe9a43b2312cdb5e248d0849b7c6d9
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2021-03-18 16:20:28 +01:00
parent f33aa99ddc
commit a497c13774
11 changed files with 39 additions and 39 deletions

View File

@@ -169,7 +169,7 @@ QString ComponentNameDialog::isValid() const
return tr("Invalid path");
if (QDir(ui->pathEdit->path()).exists(compName + u".qml"))
return tr("Component exists already");
return tr("Component already exists");
return QString();
}