[IFT] Improve onboarding i18n

GitOrigin-RevId: 7b639072c86391cf26b508bcd9521209a059224a
This commit is contained in:
Alexey Merkulov
2021-04-21 14:03:12 +03:00
committed by intellij-monorepo-bot
parent f64cdc7b0b
commit 3d04780ad7
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ 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.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 {0} instead of {1}.
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}.
python.onboarding.case.changed=The case has changed.
python.onboarding.epilog=Congratulations! You have completed the onboarding tour. At this point you can:\

View File

@@ -572,7 +572,7 @@ class PythonOnboardingTour :
}
}
text(PythonLessonsBundle.message("python.onboarding.search.everywhere.description",
strong(PythonLessonsBundle.message("toggle.case.part")), strong("AVERAGE")))
strong("AVERAGE"), strong(PythonLessonsBundle.message("toggle.case.part"))))
triggerByListItemAndHighlight { item ->
val value = (item as? GotoActionModel.MatchedValue)?.value
(value as? GotoActionModel.ActionWrapper)?.action is ToggleCaseAction