Skip to content

Commit f8deb9c

Browse files
committed
"Report Issue in English"
1 parent 8c9fccd commit f8deb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/electron-browser/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ export class CloseMessagesAction extends Action {
877877
export class ReportIssueAction extends Action {
878878

879879
public static readonly ID = 'workbench.action.reportIssues';
880-
public static readonly LABEL = nls.localize('reportIssues', "Report Issues");
880+
public static readonly LABEL = nls.localize({ key: 'reportIssueInEnglish', comment: ['Translate this to "Report Issue in English" in all languages please!'] }, "Report Issue");
881881

882882
constructor(
883883
id: string,

0 commit comments

Comments
 (0)