From 4e4929cda771ca548118035e0aa7ad54046386ac Mon Sep 17 00:00:00 2001 From: "Dmitry.Krasilschikov" Date: Wed, 8 Jan 2020 17:17:43 +0200 Subject: [PATCH] i18n `EditPropertyValue` action GitOrigin-RevId: be8a911eb0f4d6492f1037ebc62083d5a1fd19b6 --- plugins/java-i18n/src/META-INF/plugin.xml | 2 +- .../resources/messages/PropertiesBundle.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/java-i18n/src/META-INF/plugin.xml b/plugins/java-i18n/src/META-INF/plugin.xml index bda0cc96c63e..97a56052cdf8 100644 --- a/plugins/java-i18n/src/META-INF/plugin.xml +++ b/plugins/java-i18n/src/META-INF/plugin.xml @@ -82,7 +82,7 @@ - + diff --git a/plugins/properties/properties-psi-api/resources/messages/PropertiesBundle.properties b/plugins/properties/properties-psi-api/resources/messages/PropertiesBundle.properties index 8419be719929..bbb05a134b17 100644 --- a/plugins/properties/properties-psi-api/resources/messages/PropertiesBundle.properties +++ b/plugins/properties/properties-psi-api/resources/messages/PropertiesBundle.properties @@ -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 \ No newline at end of file +resource.bundle.editor.show.quick.fixes.action.text=Show Quick Fixes in Resource Bundle Editor +action.EditPropertyValue.text=Edit Property Value... \ No newline at end of file