提交 0c8a8db9 编写于 作者: B Benjamin Pasero

Middle vs Center labels (fixes #14383)

上级 9d812a03
......@@ -77,7 +77,7 @@ export class EditorPart extends Part implements IEditorPart, IEditorGroupService
private static GROUP_CENTER = nls.localize('groupTwoVertical', "Center");
private static GROUP_RIGHT = nls.localize('groupThreeVertical', "Right");
private static GROUP_TOP = nls.localize('groupOneHorizontal', "Top");
private static GROUP_MIDDLE = nls.localize('groupTwoHorizontal', "Middle");
private static GROUP_MIDDLE = nls.localize('groupTwoHorizontal', "Center");
private static GROUP_BOTTOM = nls.localize('groupThreeHorizontal', "Bottom");
private static EDITOR_PART_UI_STATE_STORAGE_KEY = 'editorpart.uiState';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册