Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2014-05-22 11:47:41 +0000
committerFred Bricon2014-05-22 11:47:41 +0000
commitc5951dc9ab286644319b68528152a86fd18fc2c8 (patch)
tree3d5ae12ba2d8d7714b93f74e440b84293be6ab03
parent5fcab359a697e18b7c8eec6b0e3523ffc3711abc (diff)
downloadm2e-core-c5951dc9ab286644319b68528152a86fd18fc2c8.tar.gz
m2e-core-c5951dc9ab286644319b68528152a86fd18fc2c8.tar.xz
m2e-core-c5951dc9ab286644319b68528152a86fd18fc2c8.zip
419047 : fix low hanging fruit
Change-Id: I42b38bff5f341da08990123f321c0047e70be5db Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/messages.properties b/org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/messages.properties
index 77c9a9e8..062231f9 100644
--- a/org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/messages.properties
+++ b/org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/messages.properties
@@ -20,7 +20,7 @@ BuildDebugView_actionCollapseAll=Collapse All
BuildDebugView_actionSuspend=Suspend
BuildDebugView_columnBuildNumber=Build\#
BuildDebugView_columnName=Name
-BuildDebugView_errorDescription=Could not collection build log
+BuildDebugView_errorDescription=Could not collect build log
BuildDebugView_errorTitle=Build debug error
BuildDebugView_nodeDelta=delta
BuildDebugView_nodeExecutions=executions

Back to the top