diff --git a/README.md b/README.md index 6fb9faac..6506e78b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You can tell that the glob pattern is supported. And here's more - you can incl | Setting Name | Description | Default Value | |---|---|---| | `java.dependency.showMembers` | Specify whether to show the members in the Java Projects explorer. | `false` | -| `java.dependency.syncWithFolderExplorer` | Specify whether to sync the folder with Java Projects explorer when browsing files. | `true` | +| `java.dependency.syncWithFolderExplorer` | Specify whether to link Java Projects Explorer with the active editor. | `true` | | `java.dependency.autoRefresh` | Specify whether to automatically sync the change from editor to the Java Projects explorer. | `true` | | `java.dependency.refreshDelay` | The delay time (ms) the auto refresh is invoked when changes are detected. | `2000ms` | | `java.dependency.packagePresentation` | Specify how to display the package. Supported values are: `flat`, `hierarchical`.| `flat` | diff --git a/package.nls.json b/package.nls.json index 28064de7..19c20d8d 100644 --- a/package.nls.json +++ b/package.nls.json @@ -13,8 +13,8 @@ "contributes.commands.java.view.package.revealInProjectExplorer": "Reveal in Java Project Explorer", "contributes.commands.java.view.package.changeToFlatPackageView":"Flat View", "contributes.commands.java.view.package.changeToHierarchicalPackageView":"Hierarchical View", - "contributes.commands.java.view.package.linkWithFolderExplorer":"Synchronize with Editor", - "contributes.commands.java.view.package.unlinkWithFolderExplorer":"Desynchronize with Editor", + "contributes.commands.java.view.package.linkWithFolderExplorer":"Link with Editor", + "contributes.commands.java.view.package.unlinkWithFolderExplorer":"Unlink with Editor", "contributes.commands.java.project.explorer.showNonJavaResources": "Show Non-Java Resources", "contributes.commands.java.project.explorer.hideNonJavaResources": "Hide Non-Java Resources", "contributes.commands.java.view.package.revealFileInOS": "Reveal in Explorer", @@ -32,7 +32,7 @@ "contributes.submenus.javaProject.new": "New", "contributes.commands.java.view.menus.file.newJavaClass": "New Java Class", "configuration.java.dependency.showMembers": "Show the members in the explorer", - "configuration.java.dependency.syncWithFolderExplorer": "Synchronize Java Projects explorer selection with folder explorer", + "configuration.java.dependency.syncWithFolderExplorer": "Link Java Projects Explorer with the active editor", "configuration.java.dependency.autoRefresh": "Synchronize Java Projects explorer with changes", "configuration.java.dependency.refreshDelay": "The delay time (ms) the auto refresh is invoked when changes are detected", "configuration.java.dependency.packagePresentation": "Package presentation mode: flat or hierarchical",