Bug #6199 - A typo in edit.php; merged from MOODLE_16_STABLE

This commit is contained in:
skodak 2006-08-09 19:46:32 +00:00
parent 016ffbd752
commit 8fd62c6401

View File

@ -296,7 +296,7 @@
echo '<tr>';
echo '<td align="right">'.get_string('csvfile', 'data').':</td>';
echo '<td><input type="file" name="recordsfile" size="30">';
helpbutton('importcvs', get_string('csvimport', 'data'), 'data', true, false);
helpbutton('importcsv', get_string('csvimport', 'data'), 'data', true, false);
echo '</td><tr>';
echo '<td align="right">'.get_string('fielddelimiter', 'data').':</td>';
echo '<td><input type="text" name="fielddelimiter" size="6">';