mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[python] IJPL-158521 Actions: fix ellipsis in messages for actions
GitOrigin-RevId: c896f17db89f934ae64c24b920ed3684b605d168
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eac95d8c18
commit
7810bf8adb
@@ -72,7 +72,7 @@ refactoring.inline.can.not.string.with.backslashes.or.quotes.to.f.string=Cannot
|
||||
refactoring.inline.can.not.string.to.nested.f.string=Cannot inline string to nested f-string
|
||||
refactoring.inline.can.not.multiline.string.to.f.string=Cannot inline multiline string to f-string
|
||||
|
||||
refactoring.progress.title.updating.existing.usages=Updating existing usages...
|
||||
refactoring.progress.title.updating.existing.usages=Updating existing usages\u2026
|
||||
|
||||
### Annotators ###
|
||||
ANN.deleting.none=Deleting None
|
||||
|
||||
@@ -74,8 +74,8 @@ python.configuring.interpreter.progress=Configuring a Python interpreter
|
||||
# Skeletons generator
|
||||
dialog.message.broken.home.path.for=Broken home path for {0}
|
||||
|
||||
path.validation.wait=Validating path, Please Wait...
|
||||
path.validation.wait.path=Validating {0}, Please Wait...
|
||||
path.validation.wait=Validating path, Please Wait\u2026
|
||||
path.validation.wait.path=Validating {0}, Please Wait\u2026
|
||||
path.validation.field.empty=Path field is empty
|
||||
path.validation.cannot.execute=Cannot execute {0}
|
||||
path.validation.must.be.absolute=Path must be absolute
|
||||
|
||||
Reference in New Issue
Block a user