Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-09 15:59:18 +0000
committerLars Vogel2020-09-09 16:28:06 +0000
commit27e9a2d11c25ef8db41d2b4f5efeea2bbf4e9afe (patch)
tree2d557cd2094a935eea667ed6956a145e7ea7408a
parentffe55a00df88d2f2b4b548406a4570597a76055b (diff)
downloadeclipse.platform.team-27e9a2d11c25ef8db41d2b4f5efeea2bbf4e9afe.tar.gz
eclipse.platform.team-27e9a2d11c25ef8db41d2b4f5efeea2bbf4e9afe.tar.xz
eclipse.platform.team-27e9a2d11c25ef8db41d2b4f5efeea2bbf4e9afe.zip
Bug 32023 - Rename "Team" menu to "Version Control"
As a first step use Version Control (Team) in the preferences to make it easier for non-Eclipse terminologie user to find the correct entry while still allowing old-timers to refind the entry. Change-Id: I8a211ddf3b62567dfa77c4db406f0027d903ff59 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 82c3d6c69..b2a3ea857 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -26,7 +26,7 @@ PreferenceKeywords.IgnoredResources=team
PreferenceKeywords.Models=team
PreferenceKeywords.FileContent=team type
PreferenceKeywords.ProjectSet=repository
-TeamPreferencePage.name=Team
+TeamPreferencePage.name=Version Control (Team)
TextPreferencePage.name=File Content
IgnorePreferencePage.name=Ignored Resources

Back to the top