Skip to content

Commit

Permalink
[MDL-14129] s/invild/invalid/ from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertall committed Jun 25, 2008
1 parent 26198eb commit 674b6ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lang/en_utf8/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@
$string['insufficiententries'] = 'more entries needed to view this database';
$string['intro'] = 'Introduction';
$string['invalidaccess'] = 'This page was not accessed correctly';
$string['invalidfieldname'] = 'Please choose another name for this field';
$string['invalidfieldid'] = 'Field ID is incorrect';
$string['invalidfieldname'] = 'Please choose another name for this field';
$string['invalidfieldtype'] = 'Field Type is incorrect';
$string['invalidid'] = 'Incorrect data ID';
$string['invalidrecord'] = 'Incorrect record';
$string['invalidpreset'] = '$a is not a preset.';
$string['invalidratedata'] = 'Incorrect submitted ratings data';
$string['invildpreset'] = '$a is not a preset.';
$string['invalidrecord'] = 'Incorrect record';
$string['invalidurl'] = 'The URL you just entered is not valid';
$string['jstemplate'] = 'Javascript template';
$string['latitude'] = 'Latitude';
Expand Down
2 changes: 1 addition & 1 deletion mod/data/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ function get_settings() {
global $CFG, $DB;

if (!is_directory_a_preset($this->folder)) {
print_error('invildpreset', 'data', '', $this->userid.'/'.$this->shortname);
print_error('invalidpreset', 'data', '', $this->userid.'/'.$this->shortname);
}

/* Grab XML */
Expand Down

0 comments on commit 674b6ac

Please sign in to comment.