This commit is contained in:
Ramya Achutha Rao
2017-06-01 15:26:48 -07:00
parent 148a23aef5
commit b16b4ce42f
@@ -15,7 +15,7 @@ class PreviousEditPointAction extends BasicEmmetEditorAction {
constructor() {
super(
'editor.emmet.action.previousEditPoint',
nls.localize('previousEditPoint', "Emmet: Previous Edit Point"),
nls.localize('previousEditPoint', "Emmet: Go to Previous Edit Point"),
'Emmet: Go to Previous Edit Point',
'prev_edit_point'
);
@@ -27,7 +27,7 @@ class NextEditPointAction extends BasicEmmetEditorAction {
constructor() {
super(
'editor.emmet.action.nextEditPoint',
nls.localize('nextEditPoint', "Emmet: Next Edit Point"),
nls.localize('nextEditPoint', "Emmet: Go to Next Edit Point"),
'Emmet: Go to Next Edit Point',
'next_edit_point'
);