ui: fix incorrect encoding in bundled strings

GitOrigin-RevId: b945291d452eb90037a5b6721eefc96a7bfc7481
This commit is contained in:
Aleksey Pivovarov
2021-09-23 03:29:06 +03:00
committed by intellij-monorepo-bot
parent 7dfc75c3de
commit aa0a99d1e0
28 changed files with 53 additions and 53 deletions

View File

@@ -24,7 +24,7 @@ python.onboarding.run.sample=Choose {0} or try the {1}.
python.onboarding.temporary.configuration.description=<ide/> has just created a temporary run configuration. You can find it in the Run toolbar. With this toolbar, you can execute popular running actions for the selected configuration, such as running {0}, debugging {1}, profiling code {2}, and running your code with coverage {3}.
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.
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.balloon.start.debugging=Click the icon to start debugging
python.onboarding.start.debugging=Click the {0} icon to start the debugging process.