summaryrefslogtreecommitdiff
path: root/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-features-trainer/resources/messages/PythonLessonsBundle.properties')
-rw-r--r--python/python-features-trainer/resources/messages/PythonLessonsBundle.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties b/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties
index ff20fbf8e0c9..f2557f1a713f 100644
--- a/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties
+++ b/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties
@@ -9,7 +9,7 @@ python.onboarding.module.description=A brief overview of the main features in {0
python.onboarding.lesson.name=Get Acquainted with PyCharm
python.onboarding.change.ui.settings=For this lesson, PyCharm changes some UI settings to the default state. \
Your preferences will be restored when you complete or exit the lesson.
-python.onboarding.project.view.description=The <strong>Project view</strong> is one of the main tool windows. It contains the project directory, SDK-specific external libraries, and scratch files. Use the striped button to open it, and you will see a simple demo project. You can also open it by pressing {0}.
+python.onboarding.project.view.description=The <strong>Project view</strong> is one of the main tool windows. It contains the project directory, SDK-specific external libraries, and scratch files. Click the striped button to preview the demo project content. You can also open it by pressing {0}.
python.onboarding.balloon.project.view=Click to open the <strong>Project view</strong>
python.onboarding.balloon.project.directory=Expand the project directory to view the project files
python.onboarding.balloon.open.file=Double-click to open {0}
@@ -26,14 +26,14 @@ python.onboarding.temporary.configuration.description=<ide/> has just created a
python.onboarding.balloon.click.here=Click here to set a breakpoint
python.onboarding.toggle.breakpoint.1=You may notice that instead of the expected value of {0}, the {1} method returns {2}. \
Let''s stop at the return statement to debug the problematic code.
-python.onboarding.toggle.breakpoint.2=Click the gutter in the highlighted area to set a breakpoint.
+python.onboarding.toggle.breakpoint.2=Click the gutter within the highlighted area to set a breakpoint.
python.onboarding.balloon.start.debugging=Click the icon to start debugging
python.onboarding.start.debugging=Click the {0} icon to start the debugging process.
python.onboarding.balloon.about.debug.panel=The {0} tool window provides {1,choice,0#a toolbar|1#toolbars} with various debugging actions. \
You can take the {2} lesson later to try them.
python.onboarding.balloon.stop.debugging=Click the icon to stop debugging
python.onboarding.stop.debugging=Let''s stop debugging. Click the {0} icon.
-python.onboarding.type.division=Once you discovered the problem in the code, let''s fix it. Divide the resulting sum by the length of the values. \
+python.onboarding.type.division=Once you have discovered the problem in the code, let''s fix it. Divide the resulting sum by the length of the values. \
The lesson script inserts {0} already.
python.onboarding.invoke.completion=Now let''s start typing {0} inside the parentheses {1}. \
<ide/> shows completion options automatically as you type. Alternatively, you can also press {2} and continue typing to reduce the list.
@@ -45,7 +45,7 @@ python.onboarding.select.fix=Apply the first item: {0}. With this fix, your code
python.onboarding.invoke.intention.for.code=Intentions also save your time and make coding easier. Let''s use an intention to quickly add a return type for {0}. Press {1}.
python.onboarding.apply.intention=Select {0} and press {1}.
python.onboarding.complete.template=Type {0} and then press {1}.
-python.onboarding.invoke.search.everywhere.1=While working in <ide/> you might want to search for files in your project, symbols, classes, or even IDE actions. In this lesson, let''s search for the {0} action to make the {1} string low-case.
+python.onboarding.invoke.search.everywhere.1=While working in <ide/>, you might want to search for files in your project, symbols, classes, or even IDE actions. In this lesson, let''s search for the {0} action to make the {1} string low-case.
python.onboarding.invoke.search.everywhere.2=Press {0} two times to open the {1} dialog.
python.onboarding.search.everywhere.description=As you can see, the selected text, {0}, has been automatically copied into the input string. Let''s type {1} instead of {0}.
python.onboarding.apply.action=Select the {0} action and press {1}.