Skip to content

Commit 867cef7

Browse files
samtukeSam Tuke
authored andcommitted
Made dev notification translatable
1 parent b5a523a commit 867cef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public_html/lists/admin/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,9 @@ function mb_strtolower($string)
512512
if (!$ajax && $page != 'login') {
513513
if (strpos(VERSION, 'dev') && !TEST) {
514514
if (!empty($GLOBALS['developer_email'])) {
515-
Info('Running DEV version. All emails will be sent to '.$GLOBALS['developer_email']);
515+
Info( s('Running DEV version. All emails will be sent to '.$GLOBALS['developer_email']) );
516516
} else {
517-
Info('Running DEV version, but developer email is not set');
517+
Info( s('Running DEV version, but developer email is not set') );
518518
}
519519
}
520520
if (TEST) {

0 commit comments

Comments
 (0)