From: mits Date: Fri, 30 May 2008 04:14:48 +0000 (+0000) Subject: Fixed a error string. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=36664dff8670927867ae9930fec0173f14354c3c;p=moodle.git Fixed a error string. Considering course/mod.php (line:178) and course/modedit.php (line:281), it would better to use "module" instead of "instance". --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 4e22970483..e567b028b6 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -19,7 +19,7 @@ $string['cannotaddcoursemoduletosection'] = 'Could not add the new course module $string['cannotupdatecoursemodule'] = 'Could not update the course module with the correct section'; $string['cannotaddcmtosection'] = 'Could not add the new course module to that section'; $string['cannotaddrss'] = 'You do not have permission to add rss feeds'; -$string['cannotaddnewmodule'] = 'Could not add a new instance of $a'; +$string['cannotaddnewmodule'] = 'Could not add a new module of $a'; $string['cannotaddnewinstance'] = 'Could not add a new instance of $a'; $string['cannotsaveconfig'] = 'Problem saving config \"$a[0]\" as \"$a[1]\" for plugin \"$a[2]\"'; $string['cannotsavecomment'] = 'Cannot save comment';