Skip to content

Commit

Permalink
Use defaultfrontendlanguage as default
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
  • Loading branch information
xh3n1 authored and Sam Tuke committed Feb 7, 2019
1 parent aeccfe0 commit 3a3e9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public_html/lists/admin/defaultFrontendTexts.php
Expand Up @@ -64,7 +64,6 @@
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.'; 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.';
$strPreferencesNotificationSent = 'You will receive a notification message with the changes'; $strPreferencesNotificationSent = 'You will receive a notification message with the changes';
$strPreferencesUpdated = 'Thank you. We have updated your information.'; $strPreferencesUpdated = 'Thank you. We have updated your information.';
$strContactMessage = 'Add us to your address book';
$strClickHere = 'Click here'; $strClickHere = 'Click here';
$strThisLink = 'this link'; $strThisLink = 'this link';
$strToUnsubscribe = 'If you do not want to receive any more newsletters, '; $strToUnsubscribe = 'If you do not want to receive any more newsletters, ';
Expand Down Expand Up @@ -142,6 +141,7 @@
$strForward = 'Forward'; $strForward = 'Forward';
$strFwd = 'Fwd'; # short version of forward for email subject $strFwd = 'Fwd'; # short version of forward for email subject
$strContactAdmin = 'Contact the administrator'; $strContactAdmin = 'Contact the administrator';
$strContactMessage = 'Add us to your address book';




?> ?>
2 changes: 1 addition & 1 deletion public_html/lists/admin/index.php
Expand Up @@ -95,7 +95,7 @@ function mb_strtolower($string)
require_once dirname(__FILE__).'/init.php'; require_once dirname(__FILE__).'/init.php';
require_once dirname(__FILE__).'/inc/UUID.php'; require_once dirname(__FILE__).'/inc/UUID.php';
require_once dirname(__FILE__).'/'.$GLOBALS['database_module']; require_once dirname(__FILE__).'/'.$GLOBALS['database_module'];
include_once dirname(__FILE__).'/../texts/english.inc'; include_once dirname(__FILE__).'/defaultFrontendTexts.php';
include_once dirname(__FILE__).'/../texts/'.$GLOBALS['language_module']; include_once dirname(__FILE__).'/../texts/'.$GLOBALS['language_module'];
include_once dirname(__FILE__).'/languages.php'; include_once dirname(__FILE__).'/languages.php';
require_once dirname(__FILE__).'/defaultconfig.php'; require_once dirname(__FILE__).'/defaultconfig.php';
Expand Down

0 comments on commit 3a3e9ea

Please sign in to comment.