Fix spelling of "quick-fix" phrase in messages

It should be hyphenated: https://www.jetbrains.com/help/idea/resolving-problems.html

GitOrigin-RevId: a3cc01babc32c3edfbe59594fa3756a415cc169b
This commit is contained in:
Alexey Belkov
2022-12-07 14:19:44 +04:00
committed by intellij-monorepo-bot
parent 4773b19494
commit 390ba59bc2
21 changed files with 36 additions and 36 deletions

View File

@@ -47,7 +47,7 @@ python.onboarding.invoke.completion=Now let''s start typing {0} inside the paren
python.onboarding.choose.values.item=Select {0} and press {1}.
python.onboarding.invoke.intention.for.warning.1=You have just fixed a bug, but you can make this code look even better.\
PyCharm highlights and adds a yellow bulb to the code lines that can be improved.
python.onboarding.invoke.intention.for.warning.2=Press {0} to preview the warnings and apply a quick fix.
python.onboarding.invoke.intention.for.warning.2=Press {0} to preview the warnings and apply a quick-fix.
python.onboarding.select.fix=Apply the first item: {0}. With this fix, your code looks neat.
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}.
@@ -124,7 +124,7 @@ python.quick.fix.refactoring.type.new.argument=Some refactorings can be performe
Suppose we want to add a parameter to the method {0} and pass the variable {1} to it. Let''s type {2} after the first argument.
python.quick.fix.refactoring.close.completion.list=For now, we don''t want to apply any completion. Close the list ({0}).
python.quick.fix.refactoring.invoke.intentions=As you might have noticed, <ide/> is showing you a warning here. Let''s invoke intentions by pressing {0}.
python.quick.fix.refactoring.choose.change.signature=Choose the {0} quick fix.
python.quick.fix.refactoring.choose.change.signature=Choose the {0} quick-fix.
python.quick.fix.refactoring.select.new.parameter=Let''s set the default value for the new parameter. Click the new parameter line. \
Alternatively, you can switch focus to the parameter by pressing {0} and then {1}.
python.quick.fix.refactoring.set.default.value=You may navigate through the fields and the checkbox by using {0}. \