mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
i18n EditPropertyValue action
GitOrigin-RevId: be8a911eb0f4d6492f1037ebc62083d5a1fd19b6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b9b22d69bd
commit
4e4929cda7
@@ -82,7 +82,7 @@
|
||||
<action id="I18nize" class="com.intellij.codeInspection.i18n.I18nizeAction">
|
||||
<add-to-group group-id="RefactoringMenu" anchor="last" />
|
||||
</action>
|
||||
<action id="EditPropertyValue" class="com.intellij.codeInspection.i18n.folding.EditPropertyValueAction" text="Edit Property Value...">
|
||||
<action id="EditPropertyValue" class="com.intellij.codeInspection.i18n.folding.EditPropertyValueAction">
|
||||
<add-to-group group-id="RefactoringMenu" anchor="after" relative-to-action="ChangeSignature"/>
|
||||
<keyboard-shortcut first-keystroke="alt F6" keymap="$default"/>
|
||||
</action>
|
||||
|
||||
+2
-1
@@ -81,4 +81,5 @@ resource.bundle.editor.settings.action.title=Resource bundle editor settings
|
||||
incomplete.property.inspection.display.name=Property is incomplete
|
||||
incomplete.property.quick.fix.name=Ignore untranslated locales
|
||||
incomplete.property.inspection.description=Property ''{0}'' is incomplete
|
||||
resource.bundle.editor.show.quick.fixes.action.text=Show Quick Fixes in Resource Bundle Editor
|
||||
resource.bundle.editor.show.quick.fixes.action.text=Show Quick Fixes in Resource Bundle Editor
|
||||
action.EditPropertyValue.text=Edit Property Value...
|
||||
Reference in New Issue
Block a user