From 5f5a9dc04223efc435bc8f0f78ce786877eadde8 Mon Sep 17 00:00:00 2001 From: Jimako Date: Wed, 31 May 2017 12:56:27 +0200 Subject: [PATCH] fix for e_url --- e107_languages/Slovak/admin/lan_eurl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_languages/Slovak/admin/lan_eurl.php b/e107_languages/Slovak/admin/lan_eurl.php index 815a0c4..bcbea5c 100644 --- a/e107_languages/Slovak/admin/lan_eurl.php +++ b/e107_languages/Slovak/admin/lan_eurl.php @@ -27,7 +27,7 @@ define("LAN_EURL_FORM_HELP_ALIAS_0", "Default value is"); define("LAN_EURL_FORM_HELP_ALIAS_1", "Alias when in"); define("LAN_EURL_FORM_HELP_EXAMPLE", "Base URL"); -define("LAN_EURL_ERR_ALIAS_MODULE", "Alias "%1\$s" can't be saved - there is a system URL profile with the same name. Please choose another alias value for system URL profile "%2\$s""); +define("LAN_EURL_ERR_ALIAS_MODULE", "Alias "%1\$s" can't be saved - there is a system URL profile with the same name. Please choose another alias value for system URL profile "%2\$s""); define("LAN_EURL_SURL_UPD", "  SEF URLs were updated."); define("LAN_EURL_SURL_NUPD", "  SEF URLs were NOT updated."); define("LAN_EURL_SETTINGS_PATHINFO", "Remove filename from the URL");