1
0
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:
camer0n
2025-04-04 18:44:23 -07:00
parent 31e7d1d3b0
commit 9f40b4d8a9
4 changed files with 16 additions and 16 deletions

View File

@@ -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",