From e937a9c8dcb441a550547abc0b375f2df6d43c16 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 9 Mar 2020 16:10:27 +0100 Subject: [PATCH] Fix typo in message (IDEA-227302) GitOrigin-RevId: 7aba37b2bbb629076a19a37471e9a62bf9d6b081 --- .../resources/messages/DiagnosticBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-impl/resources/messages/DiagnosticBundle.properties b/platform/platform-impl/resources/messages/DiagnosticBundle.properties index 4ca441476e7c..bfe093061f5a 100644 --- a/platform/platform-impl/resources/messages/DiagnosticBundle.properties +++ b/platform/platform-impl/resources/messages/DiagnosticBundle.properties @@ -79,7 +79,7 @@ error.report.auth.enlist=Do not have an account yet? Sign Up. error.dialog.disable.plugin.title=Disable Plugin error.dialog.disable.prompt=Are you sure you want to disable plugin {0}? -error.dialog.disable.prompt.multiple=Are you sure you want to disable selected plugins>? +error.dialog.disable.prompt.multiple=Are you sure you want to disable selected plugins? error.dialog.disable.prompt.lone=Functionality provided by the plugin will no longer be available. error.dialog.disable.prompt.lone.multiple=Functionality provided by the plugins will no longer be available. error.dialog.disable.prompt.deps=Functionality provided by this and dependent plugins will no longer be available.