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

Title case (#27569)

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