[python] IJPL-158521 Actions: fix ellipsis in messages for actions

GitOrigin-RevId: c896f17db89f934ae64c24b920ed3684b605d168
This commit is contained in:
Yuriy Artamonov
2024-09-14 19:42:46 +02:00
committed by intellij-monorepo-bot
parent eac95d8c18
commit 7810bf8adb
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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