From 7d399e528c766a97dce986110b9ab6720ec4cf69 Mon Sep 17 00:00:00 2001 From: tosmers Date: Wed, 18 Feb 2015 19:51:57 +0000 Subject: [PATCH] =?UTF-8?q?[UPDATE]=20In=20der=20Klasse=20ccm-ldn-search/s?= =?UTF-8?q?rc/com/arsdigita/london/search/ui/admin/ServerForm.java=20die?= =?UTF-8?q?=20FormProcessException=20in=20den=20Zeilen=20108=20und=20119?= =?UTF-8?q?=20umgebaut.=20Die=20keys=20search.ui.admin.invalid=5Furl=20und?= =?UTF-8?q?=20search.ui.admin.server=5Falready=5Fexists=20den=20Properties?= =?UTF-8?q?=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@3229 8810af33-2d31-482b-a856-94f89814c4df --- .../src/com/arsdigita/london/search/ui/admin/ServerForm.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {