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

Commit d606bd6

Browse files
committed
Merge pull request #11372 from dvorapa/patch-3
Another load of typos
2 parents 9581028 + 284ee17 commit d606bd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/nls/root/strings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ define({
525525
"EXTENSION_LATEST_INCOMPATIBLE_NEWER" : "Version {0} of this extension requires a newer version of {APP_NAME}. But you can install the earlier version {1}.",
526526
"EXTENSION_LATEST_INCOMPATIBLE_OLDER" : "Version {0} of this extension only works with older versions of {APP_NAME}. But you can install the earlier version {1}.",
527527
"EXTENSION_NO_DESCRIPTION" : "No description",
528-
"EXTENSION_MORE_INFO" : "More info...",
528+
"EXTENSION_MORE_INFO" : "More info\u2026",
529529
"EXTENSION_ERROR" : "Extension error",
530530
"EXTENSION_KEYWORDS" : "Keywords",
531531
"EXTENSION_TRANSLATED_USER_LANG" : "Translated into {0} languages, including yours",
@@ -753,10 +753,10 @@ define({
753753
"DESCRIPTION_USE_THEME_SCROLLBARS" : "True to allow custom scroll bars",
754754
"DESCRIPTION_LINTING_COLLAPSED" : "True to collapse linting panel",
755755
"DESCRIPTION_FONT_FAMILY" : "Change font family",
756-
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g, 13px",
756+
"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",
758758
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "False to disable opening preferences file in split view",
759759
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "False to open user preferences file in left/top pane",
760-
"DEFAULT_PREFERENCES_JSON_HEADER_COMMENT" : "/*\n * This is a read-only file with the preferences supported \n * by Brackets. \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 * Brackets, refer to the web page at https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences\n */",
760+
"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)