forked from qt-creator/qt-creator
		
	Conan: Fix UI text punctuation
Task-number: QTCREATORBUG-24873 Change-Id: I92c255218fddd985857e43025349855f2e7975ec Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user