Conan: Fix UI text punctuation

Task-number: QTCREATORBUG-24873
Change-Id: I92c255218fddd985857e43025349855f2e7975ec
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2020-11-06 17:23:17 +01:00
parent 42d34015e2
commit bc9711f4cf

View File

@@ -67,7 +67,7 @@ ConanInstallStep::ConanInstallStep(BuildStepList *bsl, Id id)
conanFile->setSettingsKey("ConanPackageManager.InstallStep.ConanFile");
conanFile->setFilePath(project()->projectDirectory() / "conanfile.txt");
conanFile->setLabelText(tr("Conan file:"));
conanFile->setToolTip(tr("Enter location of conanfile.txt or conanfile.py"));
conanFile->setToolTip(tr("Enter location of conanfile.txt or conanfile.py."));
conanFile->setDisplayStyle(StringAspect::PathChooserDisplay);
conanFile->setExpectedKind(PathChooser::File);