From 1e7bf894d10ba86b118b413225c888ff58434045 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 20 Jan 2011 22:30:47 -0800 Subject: [PATCH] this is actually checking respective update center site --- core/src/main/resources/hudson/model/Messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/model/Messages.properties b/core/src/main/resources/hudson/model/Messages.properties index 471a956882..7bb3dc1d04 100644 --- a/core/src/main/resources/hudson/model/Messages.properties +++ b/core/src/main/resources/hudson/model/Messages.properties @@ -212,7 +212,7 @@ View.ConfigurePermission.Description=\ View.MissingMode=No view type is specified UpdateCenter.Status.CheckingInternet=Checking internet connectivity -UpdateCenter.Status.CheckingJavaNet=Checking hudson-ci.org connectivity +UpdateCenter.Status.CheckingJavaNet=Checking update center connectivity UpdateCenter.Status.Success=Success UpdateCenter.Status.UnknownHostException=\ Failed to resolve host name {0}. \ -- GitLab