Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-03-25 23:41:45 +0000
committerIgor Fedorenko2011-03-25 23:41:45 +0000
commit85cdf29b3ef157db9e20430d0a7a0a585a3b2966 (patch)
treec96416a7e3fa64a8a35fb615a1176b35b43ff328 /org.eclipse.m2e.scm
parentd6c033b85da91aaefcde022e20438f8d96898339 (diff)
downloadm2e-core-85cdf29b3ef157db9e20430d0a7a0a585a3b2966.tar.gz
m2e-core-85cdf29b3ef157db9e20430d0a7a0a585a3b2966.tar.xz
m2e-core-85cdf29b3ef157db9e20430d0a7a0a585a3b2966.zip
more descriptive action names
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.scm')
-rw-r--r--org.eclipse.m2e.scm/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.m2e.scm/plugin.properties b/org.eclipse.m2e.scm/plugin.properties
index 23f0cecd..7dc53c0b 100644
--- a/org.eclipse.m2e.scm/plugin.properties
+++ b/org.eclipse.m2e.scm/plugin.properties
@@ -19,8 +19,8 @@ wizard.checkout.description = Check out Maven Project from SVN
wizard.checkout2.name = Check out Maven Projects from SCM
wizard.checkout2.description = Checkout Maven Project from SCM
-m2.wizard.materialize.name=Materialize Maven Projects
-m2.wizard.materialize.description=Materialize Maven Projects
+m2.wizard.materialize.name=Materialize Maven Projects from SCM
+m2.wizard.materialize.description=Materialize Maven Projects from SCM
-m2.popup.MaterializeAction=Import Project(s)
-m2.popup.MaterializeAction2=Materialize Project(s)
+m2.popup.MaterializeAction=Import Project(s) from SCM
+m2.popup.MaterializeAction2=Materialize Project(s) from SCM

Back to the top