Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 35fcc66

Browse files
committed
Merge pull request #3315 from TomMalbran/tom/jslint-strings
Move the JSLint strings
2 parents 671abc8 + 24c2a1a commit 35fcc66

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/nls/root/strings.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,6 @@ define({
269269
// Strings for main-view.html
270270
"EXPERIMENTAL_BUILD" : "experimental build",
271271
"DEVELOPMENT_BUILD" : "development build",
272-
"JSLINT_ERRORS" : "JSLint Errors",
273-
"JSLINT_ERROR_INFORMATION" : "1 JSLint Error",
274-
"JSLINT_ERRORS_INFORMATION" : "{0} JSLint Errors",
275-
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
276-
"JSLINT_DISABLED" : "JSLint disabled or not working for the current file",
277272
"SEARCH_RESULTS" : "Search Results",
278273
"OK" : "OK",
279274
"DONT_SAVE" : "Don't Save",
@@ -336,6 +331,13 @@ define({
336331
"UNKNOWN_ERROR" : "Unknown internal error.",
337332
// For NOT_FOUND_ERR, see generic strings above
338333

334+
// extensions/default/JSLint
335+
"JSLINT_ERRORS" : "JSLint Errors",
336+
"JSLINT_ERROR_INFORMATION" : "1 JSLint Error",
337+
"JSLINT_ERRORS_INFORMATION" : "{0} JSLint Errors",
338+
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
339+
"JSLINT_DISABLED" : "JSLint disabled or not working for the current file",
340+
339341
// extensions/default/InlineColorEditor
340342
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color",
341343
"COLOR_EDITOR_ORIGINAL_COLOR_SWATCH_TIP" : "Original Color",

0 commit comments

Comments
 (0)