i18n fixes

GitOrigin-RevId: aebfc077a6611dbacfbca7b46f48c36d1acfad85
This commit is contained in:
Elizaveta Shashkova
2021-08-23 14:46:47 +00:00
committed by intellij-monorepo-bot
parent e4cad13bac
commit 7be917256c
2 changed files with 2 additions and 2 deletions
@@ -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")