mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Bug #6199 - A typo in edit.php; merged from MOODLE_16_STABLE
This commit is contained in:
parent
016ffbd752
commit
8fd62c6401
@ -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">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user