From 57416b80166ce697589bcdaee61f96eeb42f4b5b Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 26 Feb 2009 02:33:04 +0000 Subject: [PATCH] "LANG/MDL-17620, add language string, merged from 1.9" --- backup/backuplib.php | 2 +- lang/en_utf8/moodle.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backup/backuplib.php b/backup/backuplib.php index 47a00a91ea..13ffa6bd3e 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -232,7 +232,7 @@ } $backup_users->close(); //Gets the user data - $info[0][0] = get_string("userswithfiles"); + $info[0][0] = get_string('userswithfiles', 'moodle'); $info[0][1] = $count; return $info; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index d6e41636d1..499d5a26dd 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1649,6 +1649,7 @@ $string['userselectorautoselectunique'] = 'If only one user matches the search, $string['userselectorsearchanywhere'] = 'Match the search text anywhere in the user\'s name'; $string['usersnew'] = 'New users'; $string['usersnoaccesssince'] = 'Inactive for more than'; +$string['userswithfiles'] = 'Users with files'; $string['userzones'] = 'User zones'; $string['usethiscourse'] = 'Use this course'; $string['usingexistingcourse'] = 'Using existing course'; -- 2.39.5