[IFT] Edit onboarding lessons text

GitOrigin-RevId: c2d0e9f297ab3b34e9670c1d2f91075d4f1817b0
This commit is contained in:
Konstantin Hudyakov
2023-03-14 15:51:38 +02:00
committed by intellij-monorepo-bot
parent e56ee67da0
commit d3999f2eb9
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ java.onboarding.balloon.stop.debugging=Click the icon to stop debugging
java.onboarding.stop.debugging=Let''s stop debugging. Click the {0} icon.
java.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.
java.onboarding.invoke.completion=Now let's type a dot to show all available completion options.
java.onboarding.invoke.completion=Now let''s type a period {0} to show all available completion options.
java.onboarding.choose.values.item=Now you can start typing {0} to reduce the completion list or select this item and press {1}.
java.onboarding.invoke.completion.tip=<strong>Tip</strong>: <ide/> shows completion options automatically as you type. \
Also, you can press {0} to show completion items in any place of the code.