From c84672bdb85195ff62310630f67bdc53c294e9ad Mon Sep 17 00:00:00 2001 From: lecric Date: Wed, 30 Jan 2008 22:43:06 +0000 Subject: [PATCH] spell checking fixed (explanation instead of explaination) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6920 71c3de6d-444a-0410-be80-ed276b4c234a --- .../main/resources/hudson/model/Hudson/legend.jelly | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/main/resources/hudson/model/Hudson/legend.jelly b/core/src/main/resources/hudson/model/Hudson/legend.jelly index a7743cfe2c..97fda43af4 100644 --- a/core/src/main/resources/hudson/model/Hudson/legend.jelly +++ b/core/src/main/resources/hudson/model/Hudson/legend.jelly @@ -40,27 +40,27 @@ Project health is at least 80%. You can hover the mouse over the project's icon for a more detailed - explaination. + explanation. Project health at least 60% but less than 80%. You can hover the mouse over the project's icon for a more - detailed explaination. + detailed explanation. Project health at least 40% but less than 60%. You can hover the mouse over the project's icon for a - more detailed explaination. + more detailed explanation. Project health at least 20% but less than 40%. You can hover the mouse over the project's icon for a - more detailed explaination. + more detailed explanation. Project health is less than 20%. You can hover the mouse over the project's icon for a more detailed - explaination. + explanation. -- GitLab