From 76edfd3a563f9df15098ae6001791f9be6c88e03 Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Fri, 18 May 2012 11:52:26 +1000 Subject: [PATCH] Fix typo: 'choosen' should be 'chosen'. --- core/src/main/resources/hudson/tasks/Messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/tasks/Messages.properties b/core/src/main/resources/hudson/tasks/Messages.properties index 52344a9dad..3612c00635 100644 --- a/core/src/main/resources/hudson/tasks/Messages.properties +++ b/core/src/main/resources/hudson/tasks/Messages.properties @@ -22,7 +22,7 @@ Ant.DisplayName=Invoke Ant Ant.ExecFailed=command execution failed. -Ant.ExecutableNotFound=Cannot find executable from the choosen Ant installation "{0}" +Ant.ExecutableNotFound=Cannot find executable from the chosen Ant installation "{0}" Ant.GlobalConfigNeeded= Maybe you need to configure where your Ant installations are? Ant.NotADirectory={0} is not a directory Ant.NotAntDirectory={0} doesn''t look like an Ant directory -- GitLab