Skip to content

Commit 903b88c

Browse files
authored
fix: Improve wording. (#785)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
1 parent f4a3eb9 commit 903b88c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can tell that the glob pattern is supported. And here's more - you can incl
6666
| Setting Name | Description | Default Value |
6767
|---|---|---|
6868
| `java.dependency.showMembers` | Specify whether to show the members in the Java Projects explorer. | `false` |
69-
| `java.dependency.syncWithFolderExplorer` | Specify whether to sync the folder with Java Projects explorer when browsing files. | `true` |
69+
| `java.dependency.syncWithFolderExplorer` | Specify whether to link Java Projects Explorer with the active editor. | `true` |
7070
| `java.dependency.autoRefresh` | Specify whether to automatically sync the change from editor to the Java Projects explorer. | `true` |
7171
| `java.dependency.refreshDelay` | The delay time (ms) the auto refresh is invoked when changes are detected. | `2000ms` |
7272
| `java.dependency.packagePresentation` | Specify how to display the package. Supported values are: `flat`, `hierarchical`.| `flat` |

package.nls.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"contributes.commands.java.view.package.revealInProjectExplorer": "Reveal in Java Project Explorer",
1414
"contributes.commands.java.view.package.changeToFlatPackageView":"Flat View",
1515
"contributes.commands.java.view.package.changeToHierarchicalPackageView":"Hierarchical View",
16-
"contributes.commands.java.view.package.linkWithFolderExplorer":"Synchronize with Editor",
17-
"contributes.commands.java.view.package.unlinkWithFolderExplorer":"Desynchronize with Editor",
16+
"contributes.commands.java.view.package.linkWithFolderExplorer":"Link with Editor",
17+
"contributes.commands.java.view.package.unlinkWithFolderExplorer":"Unlink with Editor",
1818
"contributes.commands.java.project.explorer.showNonJavaResources": "Show Non-Java Resources",
1919
"contributes.commands.java.project.explorer.hideNonJavaResources": "Hide Non-Java Resources",
2020
"contributes.commands.java.view.package.revealFileInOS": "Reveal in Explorer",
@@ -32,7 +32,7 @@
3232
"contributes.submenus.javaProject.new": "New",
3333
"contributes.commands.java.view.menus.file.newJavaClass": "New Java Class",
3434
"configuration.java.dependency.showMembers": "Show the members in the explorer",
35-
"configuration.java.dependency.syncWithFolderExplorer": "Synchronize Java Projects explorer selection with folder explorer",
35+
"configuration.java.dependency.syncWithFolderExplorer": "Link Java Projects Explorer with the active editor",
3636
"configuration.java.dependency.autoRefresh": "Synchronize Java Projects explorer with changes",
3737
"configuration.java.dependency.refreshDelay": "The delay time (ms) the auto refresh is invoked when changes are detected",
3838
"configuration.java.dependency.packagePresentation": "Package presentation mode: flat or hierarchical",

0 commit comments

Comments
 (0)