From 74dafa448dfe94a73e4d4ee28a4b23e8bef26b31 Mon Sep 17 00:00:00 2001 From: Peter Flynn Date: Tue, 12 Nov 2013 02:35:04 -0800 Subject: [PATCH] Strings for use with PR #5935 in case we can get it landed before Sprint 34 ends (but after string freeze has begun) --- src/nls/root/strings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index bcdbbab3a9f..2eaf18539f6 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -187,6 +187,8 @@ define({ // CodeInspection: errors/warnings "ERRORS_PANEL_TITLE" : "{0} Errors", + "ERRORS_PANEL_TITLE_SINGLE" : "{0} Issues", + "ERRORS_PANEL_TITLE_MULTI" : "Lint Issues", "SINGLE_ERROR" : "1 {0} Error", "MULTIPLE_ERRORS" : "{1} {0} Errors", "NO_ERRORS" : "No {0} errors - good job!",