mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Issue #5465 Fix single quotes.
This commit is contained in:
@@ -26,7 +26,7 @@ return [
|
||||
'LAN_EURL_FORM_HELP_ALIAS_0' => "Default value is",
|
||||
'LAN_EURL_FORM_HELP_ALIAS_1' => "Alias when in",
|
||||
'LAN_EURL_FORM_HELP_EXAMPLE' => "Base URL",
|
||||
'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"",
|
||||
'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"",
|
||||
'LAN_EURL_SURL_UPD' => " SEF URLs were updated.",
|
||||
'LAN_EURL_SURL_NUPD' => " SEF URLs were NOT updated.",
|
||||
'LAN_EURL_SETTINGS_PATHINFO' => "Remove filename from the URL",
|
||||
|
Reference in New Issue
Block a user