diff --git a/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties b/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties index 431062b9cecd..b21c733b5fe5 100644 --- a/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties +++ b/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties @@ -67,11 +67,11 @@ misc.project.generating.env=Preparing environment misc.project.filling.file=Filling the template file misc.project.error.title=Error Creating Scratch File -misc.project.error.install.python=Python could not be installed {0}. Try restarting PyCharm. If it did not help, install python manually and try again. +misc.project.error.install.python=Python could not be installed {0}. Try restarting PyCharm. If it does not help, install Python manually and try again. misc.project.error.create.venv=Failed to create virtual environment: {0}. Please delete {1} if it exists, and try again. You can also create virtual environment in {1} and try again. Check logs for more info. misc.project.error.create.dir=Could not create {0} because of {1}. Please create it manually, and try again. -misc.project.error.all.pythons.bad=No usable pythons were found on your system. Please install python manually. Check logs for more info. +misc.project.error.all.pythons.bad=No usable Python installations were found on your system. Please install Python manually. Check logs for more info. misc.no.python.found=No Python Interpreter Found on Your System. misc.install.python.question=Do you want to install the latest Python? \ No newline at end of file