Skip to content

Commit 3a3e9ea

Browse files
xh3n1Sam Tuke
authored andcommitted
Use defaultfrontendlanguage as default
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent aeccfe0 commit 3a3e9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public_html/lists/admin/defaultFrontendTexts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
In order to receive newsletters again, manual intervention is required by our administrator. Please contact us stating explicitly that you want to receive newsletters again.';
6565
$strPreferencesNotificationSent = 'You will receive a notification message with the changes';
6666
$strPreferencesUpdated = 'Thank you. We have updated your information.';
67-
$strContactMessage = 'Add us to your address book';
6867
$strClickHere = 'Click here';
6968
$strThisLink = 'this link';
7069
$strToUnsubscribe = 'If you do not want to receive any more newsletters, ';
@@ -142,6 +141,7 @@
142141
$strForward = 'Forward';
143142
$strFwd = 'Fwd'; # short version of forward for email subject
144143
$strContactAdmin = 'Contact the administrator';
144+
$strContactMessage = 'Add us to your address book';
145145

146146

147147
?>

public_html/lists/admin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function mb_strtolower($string)
9595
require_once dirname(__FILE__).'/init.php';
9696
require_once dirname(__FILE__).'/inc/UUID.php';
9797
require_once dirname(__FILE__).'/'.$GLOBALS['database_module'];
98-
include_once dirname(__FILE__).'/../texts/english.inc';
98+
include_once dirname(__FILE__).'/defaultFrontendTexts.php';
9999
include_once dirname(__FILE__).'/../texts/'.$GLOBALS['language_module'];
100100
include_once dirname(__FILE__).'/languages.php';
101101
require_once dirname(__FILE__).'/defaultconfig.php';

0 commit comments

Comments
 (0)