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

Commit 2fc9c69

Browse files
committed
Merge pull request #11388 from sprintr/update-pref-desc
Update descriptions of preferences
2 parents c7b8d3b + 473f8f0 commit 2fc9c69

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

src/nls/root/strings.js

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -659,21 +659,21 @@ define({
659659
"EXPAND_CURRENT" : "Expand Current",
660660

661661
// Descriptions of core preferences
662-
"DESCRIPTION_CLOSE_BRACKETS" : "True to automatically close braces, brackets and parentheses",
663-
"DESCRIPTION_CLOSE_OTHERS_ABOVE" : "False to remove the Close Others Above from the Working Files context menu",
664-
"DESCRIPTION_CLOSE_OTHERS_BELOW" : "False to remove the Close Others Below from the Working Files context menu",
665-
"DESCRIPTION_CLOSE_OTHERS" : "False to remove the Close Others from the Working Files context menu",
662+
"DESCRIPTION_CLOSE_BRACKETS" : "true to automatically close braces, brackets and parentheses",
663+
"DESCRIPTION_CLOSE_OTHERS_ABOVE" : "false to remove the \"Close Others Above\" from the Working Files context menu",
664+
"DESCRIPTION_CLOSE_OTHERS_BELOW" : "false to remove the \"Close Others Below\" from the Working Files context menu",
665+
"DESCRIPTION_CLOSE_OTHERS" : "false to remove the \"Close Others\" from the Working Files context menu",
666666
"DESCRIPTION_CLOSE_TAGS" : "Sets the tag closing options",
667667
"DESCRIPTION_CLOSE_TAGS_DONT_CLOSE_TAGS" : "An array of tags that should not be auto-closed",
668668
"DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Close when > of opening tag is typed",
669669
"DESCRIPTION_CLOSE_TAGS_WHEN_CLOSING" : "Close when / of closing tag is typed",
670670
"DESCRIPTION_CLOSE_TAGS_INDENT_TAGS" : "An array of tags that when opened has a blank line",
671-
"DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "True to always generate collapsible section markers when indent level changes",
672-
"DESCRIPTION_CODE_FOLDING_ENABLED" : "True to enable code folding",
673-
"DESCRIPTION_CODE_FOLDING_HIDE_UNTIL_MOUSEOVER" : "True to make Section-collapsing markers visible only when you move the mouse over the gutter",
671+
"DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "true to always generate collapsible section markers when indent level changes",
672+
"DESCRIPTION_CODE_FOLDING_ENABLED" : "true to enable code folding",
673+
"DESCRIPTION_CODE_FOLDING_HIDE_UNTIL_MOUSEOVER" : "true to make Section-collapsing markers visible only when you move the mouse over the gutter",
674674
"DESCRIPTION_CODE_FOLDING_MAX_FOLD_LEVEL" : "Limits how many levels deep Collapse All applies",
675675
"DESCRIPTION_CODE_FOLDING_MIN_FOLD_SIZE" : "Minimum lines before a collapsible section icon appears",
676-
"DESCRIPTION_CODE_FOLDING_SAVE_FOLD_STATES" : "True to remember collapsed sections if you close and reopen a file or project",
676+
"DESCRIPTION_CODE_FOLDING_SAVE_FOLD_STATES" : "true to remember collapsed sections if you close and reopen a file or project",
677677
"DESCRIPTION_ATTR_HINTS" : "Enable/disable HTML attribute hints",
678678
"DESCRIPTION_CSS_PROP_HINTS" : "Enable/disable CSS/LESS/SCSS property hints",
679679
"DESCRIPTION_JS_HINTS" : "Enable/disable JavaScript code hints",
@@ -687,76 +687,76 @@ define({
687687
"DESCRIPTION_HIGHLIGHT_MATCHES" : "Enables automatic highlighting of matching strings throughout the document",
688688
"DESCRIPTION_HIGHLIGHT_MATCHES_SHOW_TOKEN" : "Highlight all strings that match the token the cursor is currently in (no selection needed)",
689689
"DESCRIPTION_HIGHLIGHT_MATCHES_WORDS_ONLY" : "Highlight only when selection is a complete token",
690-
"DESCRIPTION_INSERT_HINT_ON_TAB" : "True to insert the currently selected code hint on tab",
691-
"DESCRIPTION_NO_HINTS_ON_DOT" : "True to not automatically show JS code hints when . is typed",
690+
"DESCRIPTION_INSERT_HINT_ON_TAB" : "true to insert the currently selected code hint on tab",
691+
"DESCRIPTION_NO_HINTS_ON_DOT" : "true to not automatically show JS code hints when . is typed",
692692
"DESCRIPTION_JSLINT_OPTIONS" : "An object with the default options for JSLint",
693-
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "True to allow assignment expressions",
694-
"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "True to allow bitwise operators",
695-
"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "True if standard browser globals should be predefined",
696-
"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "True to allow Google Closure idioms",
697-
"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "True to allow continue statement",
698-
"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "True if CouchDB globals should be predefined",
699-
"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "True to allow debugger statements",
700-
"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "True if browser globals useful in development should be predefined",
701-
"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "True to allow == and !=",
702-
"DESCRIPTION_JSLINT_OPTIONS_ES6" : "True if ES6 globals should be predefined",
703-
"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "True to allow eval",
704-
"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "True to allow unfiltered for in",
693+
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "true to allow assignment expressions",
694+
"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "true to allow bitwise operators",
695+
"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "true if standard browser globals should be predefined",
696+
"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "true to allow Google Closure idioms",
697+
"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "true to allow \"continue\" statement",
698+
"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "true if CouchDB globals should be predefined",
699+
"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "true to allow debugger statements",
700+
"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "true if browser globals useful in development should be predefined",
701+
"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "true to allow == and !=",
702+
"DESCRIPTION_JSLINT_OPTIONS_ES6" : "true if ES6 globals should be predefined",
703+
"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "true to allow eval",
704+
"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "true to allow unfiltered \"for ... in\"",
705705
"DESCRIPTION_JSLINT_OPTIONS_INDENT" : "Set a specific tab width",
706706
"DESCRIPTION_JSLINT_OPTIONS_MAXERR" : "The maximum number of warnings reported",
707707
"DESCRIPTION_JSLINT_OPTIONS_MAXLEN" : "The maximum number of characters in a line",
708-
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "True to allow uncapitalized constructors",
709-
"DESCRIPTION_JSLINT_OPTIONS_NODE" : "True if Node.js globals should be predefined",
710-
"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "True to allow dangling underscore in identifiers",
711-
"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "True to stop on first error",
712-
"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "True to allow ++ and --",
713-
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "True to allow . and [^...]. in RegExp",
714-
"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "True if Rhino globals should be predefined",
715-
"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "True to allow missing `use strict` pragma",
716-
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "True to allow stupidity",
717-
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "True to allow inefficient subscripting",
718-
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "True to allow TODO comments",
719-
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parameters",
720-
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "True to allow more than 1 vars in a function",
721-
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "True to ignore white-space rules",
708+
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "true to allow uncapitalized constructors",
709+
"DESCRIPTION_JSLINT_OPTIONS_NODE" : "true if Node.js globals should be predefined",
710+
"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "true to allow dangling underscore in identifiers",
711+
"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "true to stop on first error",
712+
"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "true to allow ++ and --",
713+
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "true to allow . and [^...]. in RegExp",
714+
"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "true if Rhino globals should be predefined",
715+
"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "true to allow missing `use strict` pragma",
716+
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "true if blocking ('...Sync') methods can be used.",
717+
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "true to allow inefficient subscripting",
718+
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "true to allow TODO comments",
719+
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "true to allow unused parameters",
720+
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "true to allow more than 1 vars in a function",
721+
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "true to ignore white-space rules",
722722
"DESCRIPTION_LANGUAGE" : "Language specific settings",
723723
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS" : "Additional mappings from file extension to language name",
724724
"DESCRIPTION_LANGUAGE_FILE_NAMES" : "Additional mappings from file name to language name",
725-
"DESCRIPTION_LINTING_ENABLED" : "True to enable Code Inspection",
725+
"DESCRIPTION_LINTING_ENABLED" : "true to enable Code Inspection",
726726
"DESCRIPTION_ASYNC_TIMEOUT" : "The time in milliseconds after which asynchronous linters time out",
727727
"DESCRIPTION_LINTING_PREFER" : "Array of linters to run first",
728-
"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "True to enable experimental Live Preview",
729-
"DESCRIPTION_USE_PREFERED_ONLY" : "True to run providers specified in linting.prefer only",
728+
"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "true to enable experimental Live Preview",
729+
"DESCRIPTION_USE_PREFERED_ONLY" : "true to run providers specified in linting.prefer only",
730730
"DESCRIPTION_MAX_CODE_HINTS" : "Maximum code hints displayed at once",
731731
"DESCRIPTION_PATH" : "Path specific settings",
732732
"DESCRIPTION_PROXY" : "The URL of the proxy server used for extension installation",
733-
"DESCRIPTION_SCROLL_PAST_END" : "True to enable scrolling beyond the end of the document",
734-
"DESCRIPTION_SHOW_CODE_HINTS" : "False to disable all code hints",
733+
"DESCRIPTION_SCROLL_PAST_END" : "true to enable scrolling beyond the end of the document",
734+
"DESCRIPTION_SHOW_CODE_HINTS" : "false to disable all code hints",
735735
"DESCRIPTION_SHOW_CURSOR_WHEN_SELECTING" : "Keeps the blinking cursor visible when you have a text selection",
736-
"DESCRIPTION_SHOW_LINE_NUMBERS" : "True to show line numbers in a “gutter” to the left of the code",
736+
"DESCRIPTION_SHOW_LINE_NUMBERS" : "true to show line numbers in a “gutter” to the left of the code",
737737
"DESCRIPTION_SMART_INDENT" : "Automatically indent when creating a new block",
738-
"DESCRIPTION_SOFT_TABS" : "False to turn off soft tabs behavior",
739-
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "True to sort the directories first in the project tree",
738+
"DESCRIPTION_SOFT_TABS" : "false to turn off soft tabs behavior",
739+
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "true to sort the directories first in the project tree",
740740
"DESCRIPTION_SPACE_UNITS" : "Number of spaces to use for space-based indentation",
741741
"DESCRIPTION_STATIC_SERVER_PORT" : "Port number that the built-in server should use for Live Preview",
742-
"DESCRIPTION_STYLE_ACTIVE_LINE" : "True to highlight background color of the line the cursor is on",
742+
"DESCRIPTION_STYLE_ACTIVE_LINE" : "true to highlight background color of the line the cursor is on",
743743
"DESCRIPTION_TAB_SIZE" : "Number of spaces to display for tabs",
744-
"DESCRIPTION_USE_TAB_CHAR" : "True to use tabs instead of spaces",
745-
"DESCRIPTION_UPPERCASE_COLORS" : "True to generate uppercase hex colors in Inline Color Editor",
744+
"DESCRIPTION_USE_TAB_CHAR" : "true to use tabs instead of spaces",
745+
"DESCRIPTION_UPPERCASE_COLORS" : "true to generate uppercase hex colors in Inline Color Editor",
746746
"DESCRIPTION_WORD_WRAP" : "Wrap lines that exceed the viewport width",
747747
"DESCRIPTION_DETECTED_EXCLUSIONS" : "A list of files that have been detected to cause Tern to run out of control",
748748
"DESCRIPTION_INFERENCE_TIMEOUT" : "The amount of time after which Tern will time out when trying to understand files",
749-
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "True to show errors in status bar",
750-
"DESCRIPTION_QUICK_VIEW_ENABLED" : "True to enable Quick View",
751-
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "True to show image previews for URLs missing extensions",
749+
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "true to show errors in status bar",
750+
"DESCRIPTION_QUICK_VIEW_ENABLED" : "true to enable Quick View",
751+
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "true to show image previews for URLs missing extensions",
752752
"DESCRIPTION_THEME" : "Select a {APP_NAME} theme",
753-
"DESCRIPTION_USE_THEME_SCROLLBARS" : "True to allow custom scroll bars",
754-
"DESCRIPTION_LINTING_COLLAPSED" : "True to collapse linting panel",
753+
"DESCRIPTION_USE_THEME_SCROLLBARS" : "true to allow custom scroll bars",
754+
"DESCRIPTION_LINTING_COLLAPSED" : "true to collapse linting panel",
755755
"DESCRIPTION_FONT_FAMILY" : "Change font family",
756756
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g. 13px",
757757
"DESCRIPTION_FONT_SMOOTHING" : "Mac-only: \"subpixel-antialiased\" to enable sub-pixel antialiasing or \"antialiased\" for gray scale antialiasing",
758-
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "False to disable opening preferences file in split view",
759-
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "False to open user preferences file in left/top pane",
758+
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "false to disable opening preferences file in split view",
759+
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "false to open user preferences file in left/top pane",
760760
"DEFAULT_PREFERENCES_JSON_HEADER_COMMENT" : "/*\n * This is a read-only file with the preferences supported\n * by {APP_NAME}.\n * Use this file as a reference to modify your preferences\n * file \"brackets.json\" opened in the other pane.\n * For more information on how to use preferences inside\n * {APP_NAME}, refer to the web page at https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences\n */",
761761
"DEFAULT_PREFERENCES_JSON_DEFAULT" : "Default"
762762
});

0 commit comments

Comments
 (0)