]> git.mjollnir.org Git - moodle.git/commitdiff
More logical wording on button to import from local file
authorthepurpleblob <thepurpleblob>
Thu, 13 Apr 2006 12:10:28 +0000 (12:10 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 13 Apr 2006 12:10:28 +0000 (12:10 +0000)
question/import.php

index 1638d3e640dc11a81dfc0a52cb252dcf4bb27fc8..4c6b1e8816c9d8ef8e7909c0760d4315451ac6fb 100644 (file)
@@ -31,6 +31,7 @@
     $txt->importerror = get_string('importerror','quiz');
     $txt->importfilearea = get_string('importfilearea','quiz');
     $txt->importfileupload = get_string('importfileupload','quiz');
+    $txt->importfromthisfile = get_string('importfromthisfile','quiz');
     $txt->importquestions = get_string("importquestions", "quiz");
     $txt->matchgrades = get_string('matchgrades','quiz');
     $txt->matchgradeserror = get_string('matchgradeserror','quiz');
                 <td>&nbsp;</td>
                 <td><?php  button_to_popup_window ("/files/index.php?id={$course->id}&amp;choose=form.choosefile", 
                     "coursefiles", $txt->choosefile, 500, 750, $txt->choosefile); ?>
-                    <input type="submit" name="save" value="<?php echo $txt->uploadthisfile; ?>" /></td>
+                    <input type="submit" name="save" value="<?php echo $txt->importfromthisfile; ?>" /></td>
             </tr>
         </table>
         <?php