From 64892e7d28652bcb26e57113669eb3e24c36cf03 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Tue, 19 May 2015 15:22:34 +0300 Subject: [PATCH] Minor: Fix inconsistent naming of menu items under "Refactor > Extract" #KT-7609 Fixed --- idea/src/META-INF/plugin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 18d34b72cbd..c9e13e9909a 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -97,18 +97,18 @@ + text="_Function..." use-shortcut-of="ExtractMethod"> + text="P_roperty..." use-shortcut-of="IntroduceField"> + text="La_mbda Parameter..."> @@ -138,7 +138,7 @@ + text="Function to _Scope...">