Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-07-16 20:39:09 +0000
committerJean Michel-Lemieux2003-07-16 20:39:09 +0000
commit30290aae8c5698c7ce37d153c95609c93f7c9a80 (patch)
tree595f9adcdb4ffe951f72260d284b68ae4c5c92a3
parent04d040c8eb8f1af14217aa6b6376c32c5ecc9868 (diff)
downloadeclipse.platform.team-I20030717.tar.gz
eclipse.platform.team-I20030717.tar.xz
eclipse.platform.team-I20030717.zip
*** empty log message ***I20030717
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties2
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties2
2 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 0e8560f93..f02da1ed9 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -29,7 +29,7 @@ TeamGroupMenu.label=T&eam
Team.viewCategory=Team
SyncView.name=Synchronize
-OldSyncView.name=Old Synchronize (Deprecated)
+OldSyncView.name=Old Synchronize View
ProjectSetImportWizard.name=Team Project Set
ProjectSetImportWizard.description=A wizard that imports a Team Project Set
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
index 8d05157e4..00e882e4e 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
@@ -88,7 +88,7 @@ SyncView.outgoingModeAction=Outgoing Mode
SyncView.outgoingModeTitle=Synchronize - Outgoing Mode
SyncView.outgoingModeToolTip=Outgoing Mode
SyncView.same=Workspace resources are the same as remote.
-SyncView.text=**** Note: This view has been deprecated. You can access the new Synchronize view by either opened the view from Window > Show View > Team > Synchronize or when you synchronize resources with their remote the new view will be opened ****.
+SyncView.text=Synchronize resources with their remote to display them here.
SyncView.unableSynchronize=Unable to Synchronize
SyncView.saveTitle=Save Resource
SyncView.saveMessage=Resource has been modified. Save changes?

Back to the top