mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Replace concatenated localize calls with single localize for gutter indicator menu (#286693)
* Initial plan * Replace concatenated localize calls with a single localize call Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ export class GutterIndicatorMenuContent {
|
||||
|
||||
const gotoAndAccept = option(createOptionArgs({
|
||||
id: 'gotoAndAccept',
|
||||
title: `${localize('goto', "Go To")} / ${localize('accept', "Accept")}`,
|
||||
title: localize('gotoAndAccept', "Go To / Accept"),
|
||||
icon: Codicon.check,
|
||||
commandId: inlineSuggestCommitId,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user