Skip to content

Commit 675c8d8

Browse files
author
Miguel Solorio
committed
1 parent 7e57821 commit 675c8d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/vs/workbench/contrib/update/browser

src/vs/workbench/contrib/update/browser/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
469469
group: '6_update',
470470
command: {
471471
id: 'update.restart',
472-
title: nls.localize('restartToUpdate', "Restart to Update")
472+
title: nls.localize('restartToUpdate', "*Restart to Update")
473473
},
474474
when: CONTEXT_UPDATE_STATE.isEqualTo(StateType.Ready)
475475
});

0 commit comments

Comments
 (0)