Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-14 11:08:09 +0000
committerLars Vogel2020-09-14 11:09:01 +0000
commit7895cba450bdec3f40b830d1fac4ee71380ea6ad (patch)
tree1175d3e5852e317f1e9ce2bddf7656a45cf68704
parent8e42a31448683c00c9fc43746001de3e9afc9569 (diff)
downloadeclipse.platform.team-7895cba450bdec3f40b830d1fac4ee71380ea6ad.tar.gz
eclipse.platform.team-7895cba450bdec3f40b830d1fac4ee71380ea6ad.tar.xz
eclipse.platform.team-7895cba450bdec3f40b830d1fac4ee71380ea6ad.zip
Bug 32023 - Rename "Team" menu to "Version Control"I20200915-1800I20200914-1800
Change-Id: I496db3e414210d3aa17fd37409c99c8a0121cda7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 5b698ddaa..6225a40d9 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -53,8 +53,8 @@ ProjectSetImportWizard.description=Import a set of projects by fetching the proj
ProjectSetExportWizard.name=Team Project Set
ProjectSetExportWizard.description=Export a file containing the names and locations of the shared projects in the workspace.
-Command.category.name=Team
-Command.category.description=Actions that apply when working with a Team
+Command.category.name=Version control (Team)
+Command.category.description=Actions that apply when working with a version control system
Command.syncAll.name=Synchronize...
Command.syncAll.description=Synchronize resources in the workspace with another location

Back to the top