From 56c3a64f3b7e4d93d25dca4dce22d735ad62b982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 30 Nov 2022 17:48:14 +0100 Subject: [PATCH] action_basics: adjust Action texts to not trigger "wrong case" inspection --- .../resources/messages/BasicActionsBundle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/action_basics/src/main/resources/messages/BasicActionsBundle.properties b/action_basics/src/main/resources/messages/BasicActionsBundle.properties index b6f409b23..340498f80 100644 --- a/action_basics/src/main/resources/messages/BasicActionsBundle.properties +++ b/action_basics/src/main/resources/messages/BasicActionsBundle.properties @@ -1,8 +1,8 @@ # Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. # Default plugin action and group texts and descriptions go here. -# All of these example "translated" strings have suffix "[en]" to symbolize they are translated. +# All of these example "translated" strings have suffix " [EN]" to symbolize they are translated. # The suffix is meaningless to the localization process. -action.org.intellij.sdk.action.CustomGroupedAction.text=A Popup Action[en] -action.org.intellij.sdk.action.CustomGroupedAction.description=SDK popup grouped action example[en] -group.org.intellij.sdk.action.CustomDefaultActionGroup.text=Popup Grouped Actions[en] -group.org.intellij.sdk.action.CustomDefaultActionGroup.description=Custom defaultActionGroup demo[en] +action.org.intellij.sdk.action.CustomGroupedAction.text=A Popup Action [EN] +action.org.intellij.sdk.action.CustomGroupedAction.description=SDK popup grouped action example [EN] +group.org.intellij.sdk.action.CustomDefaultActionGroup.text=Popup Grouped Actions [EN] +group.org.intellij.sdk.action.CustomDefaultActionGroup.description=Custom defaultActionGroup demo [EN]