We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a523a commit 867cef7Copy full SHA for 867cef7
public_html/lists/admin/index.php
@@ -512,9 +512,9 @@ function mb_strtolower($string)
512
if (!$ajax && $page != 'login') {
513
if (strpos(VERSION, 'dev') && !TEST) {
514
if (!empty($GLOBALS['developer_email'])) {
515
- Info('Running DEV version. All emails will be sent to '.$GLOBALS['developer_email']);
+ Info( s('Running DEV version. All emails will be sent to '.$GLOBALS['developer_email']) );
516
} else {
517
- Info('Running DEV version, but developer email is not set');
+ Info( s('Running DEV version, but developer email is not set') );
518
}
519
520
if (TEST) {
0 commit comments