mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
i18n fixes
GitOrigin-RevId: aebfc077a6611dbacfbca7b46f48c36d1acfad85
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e4cad13bac
commit
7be917256c
@@ -313,7 +313,7 @@ python.console=Python Console
|
||||
python.console.history.root=Python Consoles
|
||||
python.console.run.anything.provider=Runs Python Console
|
||||
python.console.not.supported=Python console for {0} interpreter is not supported
|
||||
python.console.toolbar.action.available.non.interactive=The Action Is Not Available For Non-Interactive Shell
|
||||
python.console.toolbar.action.available.non.interactive=The action is not available for non-interactive shell
|
||||
|
||||
#Buildout
|
||||
buildout=Buildout
|
||||
|
||||
@@ -90,7 +90,7 @@ object PyExecuteInConsole {
|
||||
return Pair(null, null)
|
||||
}
|
||||
DescriptorType.NON_INTERACTIVE -> {
|
||||
throw IllegalStateException("This code shouldn't be called for non-interactive descriptor")
|
||||
throw IllegalStateException("This code shouldn't be called for a non-interactive descriptor")
|
||||
}
|
||||
else -> {
|
||||
throw IllegalStateException("Custom descriptor for ${virtualFile} is null")
|
||||
|
||||
Reference in New Issue
Block a user