]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-16597, filemanager, fixed language string"
authordongsheng <dongsheng>
Fri, 18 Sep 2009 04:05:49 +0000 (04:05 +0000)
committerdongsheng <dongsheng>
Fri, 18 Sep 2009 04:05:49 +0000 (04:05 +0000)
lang/en_utf8/repository.php
lib/form/filemanager.php

index 546ea2b0bfcb38b7f2a7b973a3c94c9bdf9c62b0..b1d38e742c9a02be6249cd9a2bd0641f8dc146d9 100644 (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';
index 6500cdb2a65f61b6a09a2de0fff64723566003f6..b03c93637abb35498baf9a6d2f36a7671fd2e363 100644 (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