From ee666e691d219f05382f1a76958501aa0eebfe1b Mon Sep 17 00:00:00 2001 From: Alexander Zolotov Date: Mon, 17 Nov 2014 20:57:46 +0300 Subject: [PATCH] Update display name and description of 'expand live template' action --- .../src/messages/ActionsBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties index 138a5e3b60b5..ca93464c5653 100644 --- a/platform/platform-resources-en/src/messages/ActionsBundle.properties +++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties @@ -523,8 +523,8 @@ action.ClassNameCompletion.description=Complete class name and add import for it action.InsertLiveTemplate.text=Insert Live _Template... action.InsertLiveTemplate.description=Show popup list of live templates starting with the specified prefix action.ExpandLiveTemplateByTab.text=Expand Live Template by Tab -action.ExpandLiveTemplateCustom.text=Expand Live Template -action.ExpandLiveTemplateCustom.description=Invoke the live template with the prefix typed in the editor +action.ExpandLiveTemplateCustom.text=Expand Live Template / Emmet Abbreviation +action.ExpandLiveTemplateCustom.description=Invoke the live template that bound to 'Custom shortcut' with the prefix typed in the editor action.SurroundWithLiveTemplate.text=Surround with Live Tem_plate... action.SurroundWithLiveTemplate.description=Surrounds the selection with one of the template action.CommentByLineComment.text=Comment with _Line Comment