MDL-22217 backup file areas - fixed course backups string usage

This commit is contained in:
Eloy Lafuente
2010-05-02 10:02:51 +00:00
parent 3d65f92d1d
commit 9c643dec87
+1 -1
View File
@@ -418,7 +418,7 @@ class file_browser {
$downloadable = has_capability('moodle/backup:downloadfile', $context);
$uploadable = has_capability('moodle/restore:uploadfile', $context);
return new file_info_stored($this, $context, $storedfile, $urlbase, get_string('areabackup', 'repository'), false, $downloadable, $uploadable, false);
return new file_info_stored($this, $context, $storedfile, $urlbase, get_string('coursebackup', 'repository'), false, $downloadable, $uploadable, false);
}