mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
ui: fix incorrect encoding in bundled strings
GitOrigin-RevId: b945291d452eb90037a5b6721eefc96a7bfc7481
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7dfc75c3de
commit
aa0a99d1e0
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user