Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-04 19:42:32 +0000
committerIgor Fedorenko2012-01-04 19:42:32 +0000
commit789b8b46e299d19ac29fdce62c52cd6e72a456dd (patch)
tree3b0bf2b73935ee2484782b228d0b1aad6c77f235
parent166eb2c4986fdf2c0357cbdcc3585ffe7e975eac (diff)
downloadm2e-core-789b8b46e299d19ac29fdce62c52cd6e72a456dd.tar.gz
m2e-core-789b8b46e299d19ac29fdce62c52cd6e72a456dd.tar.xz
m2e-core-789b8b46e299d19ac29fdce62c52cd6e72a456dd.zip
367547 updated marker message to match new action name
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
index 4ae6b33a..9e520cd9 100644
--- a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
+++ b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
@@ -27,7 +27,7 @@ LifecycleMappingPluginVersionIncompatible=Incompatible lifecycle mapping plugin
PluginExecutionMappingDuplicate=Conflicting lifecycle mapping (plugin execution "{0}"). To enable full functionality, remove the conflicting mapping and run Maven->Update Project Configuration.
PluginExecutionMappingInvalid=Invalid plugin execution mapping (plugin execution "{0}"). To enable full functionality, correct the invalid mapping and run Maven->Update Project Configuration.
ProjectConfiguratorNotAvailable=Project configurator "{0}" is not available. To enable full functionality, install the project configurator and run Maven->Update Project Configuration.
-ProjectConfigurationUpdateRequired=Project configuration is not up-to-date with pom.xml. Run Maven->Update Project Configuration or use Quick Fix.
+ProjectConfigurationUpdateRequired=Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix.
LocalProjectScanner_task_scanning=Scanning folders
MavenExternalRuntime_error_cannot_parse=Can't parse m2.conf
MavenExternalRuntime_exc_unsupported=Unsupported m2.conf element

Back to the top