From 44a9c6990e50e94c2439273106ab61b86f779b7c Mon Sep 17 00:00:00 2001 From: Amin Ullah Khan Date: Tue, 23 Jun 2015 21:59:04 +0500 Subject: [PATCH] Fixed a few typos --- src/nls/root/strings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 75c9bd4b669..af243f4412e 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -656,7 +656,7 @@ define({ "DESCRIPTION_CLOSE_OTHERS" : "False to remove the Close Others from the Working Files context menu", "DESCRIPTION_CLOSE_TAGS" : "Sets the tag closing options", "DESCRIPTION_CLOSE_TAGS_DONT_CLOSE_TAGS" : "An array of tags that should not be auto-closed", - "DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Close with > of opening tag is typed", + "DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Close when > of opening tag is typed", "DESCRIPTION_CLOSE_TAGS_WHEN_CLOSING" : "Close when / of closing tag is typed", "DESCRIPTION_CLOSE_TAGS_INDENT_TAGS" : "An array of tags that when opened has a blank line", "DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "True to always generate collapsible section markers when indent level changes", @@ -707,7 +707,7 @@ define({ "DESCRIPTION_JSLINT_OPTIONS_STUPID" : "True to allow stupidity", "DESCRIPTION_JSLINT_OPTIONS_SUB" : "True to allow inefficient subscripting", "DESCRIPTION_JSLINT_OPTIONS_TODO" : "True to allow TODO comments", - "DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parametersS", + "DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parameters", "DESCRIPTION_JSLINT_OPTIONS_VARS" : "True to allow more than 1 vars in a function", "DESCRIPTION_JSLINT_OPTIONS_WHITE" : "True to ignore white-space rules", "DESCRIPTION_LANGUAGE" : "Language specific settings",