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

Latest typos in root/strings.js #11444

Merged
merged 1 commit into from
Jul 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ define({
"FIND_IN_FILES_PAGING" : "{0}—{1}",
"FIND_IN_FILES_FILE_PATH" : "<span class='dialog-filename'>{0}</span> {2} <span class='dialog-path'>{1}</span>", // We should use normal dashes on Windows instead of em dash eventually
"FIND_IN_FILES_EXPAND_COLLAPSE" : "Ctrl/Cmd click to expand/collapse all",
"FIND_IN_FILES_INDEXING" : "Indexing for Instant Search...",
"FIND_IN_FILES_INDEXING" : "Indexing for Instant Search\u2026",
"REPLACE_IN_FILES_ERRORS_TITLE" : "Replace Errors",
"REPLACE_IN_FILES_ERRORS" : "The following files weren't modified because they changed after the search or couldn't be written.",

Expand Down Expand Up @@ -754,9 +754,9 @@ define({
"DESCRIPTION_USE_THEME_SCROLLBARS" : "true to allow custom scroll bars",
"DESCRIPTION_LINTING_COLLAPSED" : "true to collapse linting panel",
"DESCRIPTION_FONT_FAMILY" : "Change font family",
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g, 13px",
"DESCRIPTION_FIND_IN_FILES_NODE" : "True to enable node based search",
"DESCRIPTION_FIND_IN_FILES_INSTANT" : "True to enable instant search",
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g. 13px",
"DESCRIPTION_FIND_IN_FILES_NODE" : "true to enable node based search",
"DESCRIPTION_FIND_IN_FILES_INSTANT" : "true to enable instant search",
"DESCRIPTION_FONT_SMOOTHING" : "Mac-only: \"subpixel-antialiased\" to enable sub-pixel antialiasing or \"antialiased\" for gray scale antialiasing",
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "false to disable opening preferences file in split view",
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "false to open user preferences file in left/top pane",
Expand Down