]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16078 fixed a string for error message.
authormits <mits>
Sun, 17 Aug 2008 12:10:58 +0000 (12:10 +0000)
committermits <mits>
Sun, 17 Aug 2008 12:10:58 +0000 (12:10 +0000)
lang/en_utf8/error.php

index 0683e58772c67daf35b2798169f5d00d08bf2b38..09f27d486b619d04c089818c13c7ff5eab74f1cd 100644 (file)
@@ -23,7 +23,7 @@ $string['cannotaddrss'] = 'You do not have permission to add rss feeds';
 $string['cannotaddmodule'] = '$a module could not be added to the module list!';
 $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->name\" as \"$a=>value\" for plugin \"$a->plugin\"';
+$string['cannotsaveconfig'] = 'Problem saving config \"$a->name\" as \"$a->value\" for plugin \"$a->plugin\"';
 $string['cannotsavecomment'] = 'Cannot save comment';
 $string['cannotsavefile'] = 'Cannot save the file \"$a\"!';
 $string['cannotsavedata'] = 'Cannot save data';