diff --git a/ccm-ldn-search/src/com/arsdigita/london/search/ui/admin/ServerForm.java b/ccm-ldn-search/src/com/arsdigita/london/search/ui/admin/ServerForm.java index 856654476..cc14279b5 100755 --- a/ccm-ldn-search/src/com/arsdigita/london/search/ui/admin/ServerForm.java +++ b/ccm-ldn-search/src/com/arsdigita/london/search/ui/admin/ServerForm.java @@ -116,7 +116,8 @@ public class ServerForm extends Form { m_server.getSelectedKey(state).equals(server.getID())) { return; // Matching itself, that's ok } else { - throw new FormProcessException("A server already exists for that URL"); + throw new FormProcessException(SearchGlobalizationUtil.globalize( + "search.ui.admin.server_already_exists")); } } catch (DataObjectNotFoundException ex) {