Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Roth2015-04-23 12:31:28 +0000
committerRobert Roth2015-04-23 12:31:28 +0000
commit6d70cac0912a796a7f18e6c7bd1f8ba7265330db (patch)
treee4c654acd79a49846f90a98a6a43d66c300ecdff
parente5e77ddaf8369606bc4fad9e05a39217719b735c (diff)
downloadeclipse.platform.ui-6d70cac0912a796a7f18e6c7bd1f8ba7265330db.tar.gz
eclipse.platform.ui-6d70cac0912a796a7f18e6c7bd1f8ba7265330db.tar.xz
eclipse.platform.ui-6d70cac0912a796a7f18e6c7bd1f8ba7265330db.zip
Bug 383654 - 'Toggle Editor Area Visibility' needs to be renamed to
'Toggle Shared Area Visibility' Renamed command (and updated description) as requested in bug. Change-Id: I02f2b3feb5306439489e3fbb9d1f16961db63bff Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
-rw-r--r--bundles/org.eclipse.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui/plugin.properties b/bundles/org.eclipse.ui/plugin.properties
index 65aba903e28..6a100d03ccc 100644
--- a/bundles/org.eclipse.ui/plugin.properties
+++ b/bundles/org.eclipse.ui/plugin.properties
@@ -156,8 +156,8 @@ command.helpSearch.description = Open the help search
command.helpSearch.name = Help Search
command.dynamicHelp.description = Open the dynamic help
command.dynamicHelp.name = Dynamic Help
-command.hideShowEditors.description = Toggles the visibility of the editor area
-command.hideShowEditors.name = Toggle Editor Area Visibility
+command.hideShowEditors.description = Toggles the visibility of the shared area
+command.hideShowEditors.name = Toggle Shared Area Visibility
command.import.description = Import
command.import.importWizardIdParameter.name = Import Wizard
command.import.name = Import

Back to the top