[ift] feedback after the team review + updates for the Onboarding tour

GitOrigin-RevId: f5ed5c46e6f8fd57d0eb9808ffeb3204ef40ba09
This commit is contained in:
Artem Pronichev
2021-09-17 13:48:22 +03:00
committed by intellij-monorepo-bot
parent db1d064566
commit 6c9e6e9f7d

View File

@@ -17,7 +17,7 @@ python.onboarding.balloon.open.learn.toolbar=Switch to the {0} tool window to co
python.onboarding.interpreter.description=PyCharm has already configured a Python interpreter for this course. \
You can modify it or create another one for your projects. \
The simplest way to do it is to use the Python interpreter selector in the Status bar.
python.onboarding.indexing.description=When you open a project for the first time, PyCharm scans the Python SDK and the project itself \
python.onboarding.indexing.description=When you open a project for the first time, <ide/> scans the Python SDK and the project itself \
to collect details required for coding assistance. To continue, wait until indexing completes.
python.onboarding.context.menu=You have opened the demo, now let's run it. Right-click the editor to invoke the context menu.
python.onboarding.run.sample=Choose {0} or try the {1}.