"MDL-16597, filemanager, fixed language string"

This commit is contained in:
dongsheng 2009-09-18 04:05:49 +00:00
parent 58aaa8e97e
commit 5b8d3feb63
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ $string['plugin'] = 'Repository plug-ins';
$string['pluginerror'] = 'Errors in repository plugin.';
$string['preview'] = 'Preview';
$string['popup'] = 'Click "Login" button to login';
$string['popupblockeddownload'] = 'The downloading windows blocked, please clicked the archived folder.';
$string['popupblockeddownload'] = 'The downloading windows blocked, please allow the popup window, and try again.';
$string['readonlyinstance'] = 'You cannot edit/delete a read-only instance';
$string['refresh'] = 'Refresh';
$string['refreshnonjsfilepicker'] = 'Please close this window and refresh non-javascript file picker';

View File

@ -169,7 +169,7 @@ class MoodleQuickForm_filemanager extends HTML_QuickForm_element {
$PAGE->requires->string_for_js('cannotdeletefile', 'error');
$PAGE->requires->string_for_js('confirmdeletefile', 'repository');
$PAGE->requires->string_for_js('nopathselected', 'repository');
$PAGE->requires->string_for_js('popupblockdownload', 'repository');
$PAGE->requires->string_for_js('popupblockeddownload', 'repository');
if (empty($draftitemid)) {
// no existing area info provided - let's use fresh new draft area