提交 e0c1e7d2 编写于 作者: C Christof Marti

Title case (fixes #27569)

上级 005c78db
......@@ -80,7 +80,7 @@ export default class MergeDectorator implements vscode.Disposable {
backgroundColor: new vscode.ThemeColor('merge.currentHeaderBackground'),
color: new vscode.ThemeColor('editor.foreground'),
after: {
contentText: ' ' + localize('currentChange', '(Current Change)'),
contentText: ' ' + localize('currentChange', '(Current change)'),
color: new vscode.ThemeColor('descriptionForeground')
}
});
......@@ -95,7 +95,7 @@ export default class MergeDectorator implements vscode.Disposable {
color: new vscode.ThemeColor('editor.foreground'),
isWholeLine: this.decorationUsesWholeLine,
after: {
contentText: ' ' + localize('incomingChange', '(Incoming Change)'),
contentText: ' ' + localize('incomingChange', '(Incoming change)'),
color: new vscode.ThemeColor('descriptionForeground')
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册