Skip to content

Commit b9bcb74

Browse files
committed
change -> Change
1 parent 5e4bc95 commit b9bcb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/localizations/browser/localizations.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class LocalizationWorkbenchContribution extends Disposable implements IWo
6868
updatePromise.then(() => this.hostService.restart(), e => this.notificationService.error(e));
6969
}
7070
}, {
71-
label: updateAndRestart ? localize('doNotChangeAndRestart', "Don't change Language") : localize('doNotRestart', "Don't Restart"),
71+
label: updateAndRestart ? localize('doNotChangeAndRestart', "Don't Change Language") : localize('doNotRestart', "Don't Restart"),
7272
run: () => { }
7373
}],
7474
{

0 commit comments

Comments
 (0)