Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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