]> git.mjollnir.org Git - moodle.git/commitdiff
Changed to plural (directorypath-->directorypaths)
authorstronk7 <stronk7>
Wed, 8 Sep 2004 18:11:43 +0000 (18:11 +0000)
committerstronk7 <stronk7>
Wed, 8 Sep 2004 18:11:43 +0000 (18:11 +0000)
Merged from MOODLE_14_STABLE

backup/config.html

index e241eedc42b70b33745d20ef16cc72f4693464ba..5dabf6888749cbdb40f7ca4a4b5e3c2452c35f10 100644 (file)
 </tr>
 <tr valign=top>
     <td colspan = 3 align=center>
-        <?php print_string("saveto") ?>: <input name="backup_sche_destination" type="text" size="40" value="<?php p($backup_config->backup_sche_destination) ?>"><?php helpbutton("directorypath", strip_tags(get_string("directorypath"))) ?><br><?php if (!empty($sche_destination_error)) { formerr($sche_destination_error); echo "<br>"; } ?><?php print_string("backupsavetohelp") ?>
+        <?php print_string("saveto") ?>: <input name="backup_sche_destination" type="text" size="40" value="<?php p($backup_config->backup_sche_destination) ?>"><?php helpbutton("directorypaths", strip_tags(get_string("directorypaths"))) ?><br><?php if (!empty($sche_destination_error)) { formerr($sche_destination_error); echo "<br>"; } ?><?php print_string("backupsavetohelp") ?>
     </td>
 </tr>
 <tr>