提交 64821122 编写于 作者: H hun1ahpu

Fixing localization

上级 af7b09dc
......@@ -161,7 +161,7 @@ export class FocusTerminalByNumberAction extends Action {
}
public static getLabel(n: number): string {
return nls.localize(`workbench.action.terminal.focusByNumber${n}`, `Focus Terminal ${n}`, n);
return nls.localize('workbench.action.terminal.focusByNumber', 'Focus Terminal {0}', n);
}
private getTerminalNumber(): number {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册