]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a error string.
authormits <mits>
Fri, 30 May 2008 04:14:48 +0000 (04:14 +0000)
committermits <mits>
Fri, 30 May 2008 04:14:48 +0000 (04:14 +0000)
Considering course/mod.php (line:178) and course/modedit.php (line:281),
it would better to use "module" instead of "instance".

lang/en_utf8/error.php

index 4e22970483a079c906c02e316a44b973d1d8f54a..e567b028b602562aa952c74b69310c046a2ca678 100644 (file)
@@ -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';