Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-11-03 14:44:05 +0000
committerJean Michel-Lemieux2004-11-03 14:44:05 +0000
commit9998ad186c7810bc1351a5ace5f7e71adea009ad (patch)
treef45f2310d48e37cfc24bb9cebbb49fbd4d4cc112
parent762416f2f57d08cd7e384e29be6099b5b043b654 (diff)
downloadeclipse.platform.team-9998ad186c7810bc1351a5ace5f7e71adea009ad.tar.gz
eclipse.platform.team-9998ad186c7810bc1351a5ace5f7e71adea009ad.tar.xz
eclipse.platform.team-9998ad186c7810bc1351a5ace5f7e71adea009ad.zip
Bug 77591 Missing string in 'Checkout Projects from CVS' wizard description
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.properties3
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml6
2 files changed, 5 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 88f93ce99..39e9b0f89 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -200,5 +200,6 @@ ViewCommand.editorsView.description=Show the CVS Editors view
ViewCommand.annotateView.name=CVS Annotate
ViewCommand.annotateView.description=Show the CVS Annotate view
-newProjectCheckoutWizardDescription=Create a new project by checking out an existing project from a CVS repository.
+newProjectCheckoutWizardDescription=Import a project from a CVS Repository.
+newProjectCheckoutWizardDescription2=Create a new project by checking out an existing project from a CVS repository.
PasswordManagement=Password Management
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index df957c063..898dd1266 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -1029,7 +1029,7 @@
<extension
point="org.eclipse.ui.newWizards">
<category name="%newWizardCategoryName" id="org.eclipse.team.cvs.ui">
- </category>
+ </category>
<wizard
category="org.eclipse.team.cvs.ui"
icon="icons/full/etool16/newconnect_wiz.gif"
@@ -1038,8 +1038,8 @@
project="true"
id="org.eclipse.team.cvs.ui.newProjectCheckout">
<description>
- %newProjectCheckoutWizardDescription
- </description>
+ %newProjectCheckoutWizardDescription2
+ </description>
</wizard>
</extension>

Back to the top