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

Commit

Permalink
Merge pull request #11302 from sprintr/pref-desc-typos
Browse files Browse the repository at this point in the history
Fixed a few typos
  • Loading branch information
abose committed Jun 24, 2015
2 parents 4f7be02 + 44a9c69 commit 96f24bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 96f24bf

Please sign in to comment.