提交 48201c36 编写于 作者: R Rachel Macfarlane

Add localization comment for reportPerformanceIssue, fixes #108979

上级 4051687d
......@@ -27,7 +27,7 @@ export class OpenProcessExplorer extends Action {
export class ReportPerformanceIssueUsingReporterAction extends Action {
static readonly ID = 'workbench.action.reportPerformanceIssueUsingReporter';
static readonly LABEL = nls.localize('reportPerformanceIssue', "Report Performance Issue");
static readonly LABEL = nls.localize({ key: 'reportPerformanceIssue', comment: [`Here, 'issue' means problem or bug`] }, "Report Performance Issue");
constructor(
id: string,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册