From 50717d199802f8cb496dea064536fb8773eaa19e Mon Sep 17 00:00:00 2001 From: mits Date: Sun, 17 Aug 2008 12:10:58 +0000 Subject: [PATCH] MDL-16078 fixed a string for error message. --- lang/en_utf8/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 0683e58772c..09f27d486b6 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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';