Skip to content

Commit d2f8ae6

Browse files
authored
Clean up a few markdown setting descriptions (microsoft#164765)
Clean up wording and make sure we use `Markdown` uppercase
1 parent d1af687 commit d2f8ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/markdown-language-features/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"configuration.markdown.links.openLocation.description": "Controls where links in Markdown files should be opened.",
3131
"configuration.markdown.links.openLocation.currentGroup": "Open links in the active editor group.",
3232
"configuration.markdown.links.openLocation.beside": "Open links beside the active editor.",
33-
"configuration.markdown.suggest.paths.enabled.description": "Enable/disable path suggestions for markdown links",
34-
"configuration.markdown.editor.drop.enabled": "Enable/disable dropping into the markdown editor to insert shift. Requires enabling `#editor.dropIntoEditor.enabled#`.",
33+
"configuration.markdown.suggest.paths.enabled.description": "Enable/disable path suggestions while writing links in Markdown files.",
34+
"configuration.markdown.editor.drop.enabled": "Enable/disable dropping files into a Markdown editor by holding down shift. Requires enabling `#editor.dropIntoEditor.enabled#`.",
3535
"configuration.markdown.editor.pasteLinks.enabled": "Enable/disable pasting files into a Markdown editor inserts Markdown links. Requires enabling `#editor.experimental.pasteActions.enabled#`.",
3636
"configuration.markdown.validate.enabled.description": "Enable/disable all error reporting in Markdown files.",
3737
"configuration.markdown.validate.referenceLinks.enabled.description": "Validate reference links in Markdown files, e.g. `[link][ref]`. Requires enabling `#markdown.validate.enabled#`.",

0 commit comments

Comments
 (0)