Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-12-11 11:30:49 +0000
committerFred Bricon2013-12-11 11:32:15 +0000
commit01e127db8a2fbaa939ed8253f558e246ba3b6f5e (patch)
tree2c627aa9c845d7c279f758e2d1142e4670ea0a4f
parentfb361ed8a4c824a1c42d79a50c6438dc18eadb7b (diff)
downloadm2e-core-01e127db8a2fbaa939ed8253f558e246ba3b6f5e.tar.gz
m2e-core-01e127db8a2fbaa939ed8253f558e246ba3b6f5e.tar.xz
m2e-core-01e127db8a2fbaa939ed8253f558e246ba3b6f5e.zip
391021 : Use 'Check out' as a verb
Bug 391021 Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.scm/plugin.properties6
-rw-r--r--org.eclipse.m2e.scm/src/org/eclipse/m2e/scm/internal/messages.properties8
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.m2e.scm/plugin.properties b/org.eclipse.m2e.scm/plugin.properties
index 7dc53c0b..dce46ec9 100644
--- a/org.eclipse.m2e.scm/plugin.properties
+++ b/org.eclipse.m2e.scm/plugin.properties
@@ -14,10 +14,10 @@ extension-point.scmhandlersui.name = SCM Handlers UI
checkoutaction.label = Check out as Maven Project...
-wizard.checkout.name = Checkout Maven Projects from SCM
-wizard.checkout.description = Check out Maven Project from SVN
+wizard.checkout.name = Check out Maven Projects from SCM
+wizard.checkout.description = Check out Maven Projects from SCM
wizard.checkout2.name = Check out Maven Projects from SCM
-wizard.checkout2.description = Checkout Maven Project from SCM
+wizard.checkout2.description = Check out Maven Projects from SCM
m2.wizard.materialize.name=Materialize Maven Projects from SCM
m2.wizard.materialize.description=Materialize Maven Projects from SCM
diff --git a/org.eclipse.m2e.scm/src/org/eclipse/m2e/scm/internal/messages.properties b/org.eclipse.m2e.scm/src/org/eclipse/m2e/scm/internal/messages.properties
index 0a4ffd83..b20e71f7 100644
--- a/org.eclipse.m2e.scm/src/org/eclipse/m2e/scm/internal/messages.properties
+++ b/org.eclipse.m2e.scm/src/org/eclipse/m2e/scm/internal/messages.properties
@@ -1,6 +1,6 @@
MavenCheckoutLocationPage_btnBrowse=B&rowse...
-MavenCheckoutLocationPage_btnCheckout=Checkout &All Projects
-MavenCheckoutLocationPage_btnHead=Checkout &Head Revision
+MavenCheckoutLocationPage_btnCheckout=Check out &All Projects
+MavenCheckoutLocationPage_btnHead=Check out &Head Revision
MavenCheckoutLocationPage_btnRevSelect=&Select...
MavenCheckoutLocationPage_description=Select target location and revision
MavenCheckoutLocationPage_error_empty=Select SCM type and URL
@@ -13,7 +13,7 @@ MavenCheckoutLocationPage_lblurl=SCM &URL:
MavenCheckoutLocationPage_title=Target Location
MavenCheckoutWizard_location1=Select Project Location
MavenCheckoutWizard_location2=Select project location and working set
-MavenCheckoutWizard_title=Checkout as Maven project from SCM
+MavenCheckoutWizard_title=Check out as Maven project from SCM
MavenProjectCheckoutJob_confirm_message=No Maven projects found, but there is Eclipse projects configuration avaialble.\nDo you want to select and import Eclipse projects?
MavenProjectCheckoutJob_confirm_title=Project Import
MavenProjectCheckoutJob_confirm2_message=No Maven projects found. Do you want to create project using new project wizard?\nCheckout location will be copied into clipboard.
@@ -21,7 +21,7 @@ MavenProjectCheckoutJob_confirm2_title=Project Import
MavenProjectCheckoutJob_job=Importing Maven projects
MavenProjectCheckoutJob_title=Checking out Maven projects
ScmUrl_error=Invalid SCM url {0}
-MavenMaterializePomWizard_btnCheckout=&Checkout All Projects
+MavenMaterializePomWizard_btnCheckout=&Check out all projects
MavenMaterializePomWizard_btnDev=Use &Developer connection
MavenMaterializePomWizard_dialog_message=Select Maven artifacts to import
MavenMaterializePomWizard_dialog_title=Select Maven artifacts

Back to the top