]> git.mjollnir.org Git - moodle.git/commitdiff
fixed language string
authorskodak <skodak>
Sun, 3 Sep 2006 19:13:53 +0000 (19:13 +0000)
committerskodak <skodak>
Sun, 3 Sep 2006 19:13:53 +0000 (19:13 +0000)
admin/settings/misc.php

index f638540e7615d2c089dc8565323ff0f67d899612..a7b80ddb4ae06219891ca077a5359b9b5c96836a 100644 (file)
@@ -2,7 +2,7 @@
 
 // * Miscellaneous settings (still to be sorted)
 
-$ADMIN->add('misc', new admin_externalpage('stickyblocks', get_string('stickyblocks'), "$CFG->wwwroot/$CFG->admin/stickyblocks.php"));
+$ADMIN->add('misc', new admin_externalpage('stickyblocks', get_string('stickyblocks', 'admin'), "$CFG->wwwroot/$CFG->admin/stickyblocks.php"));
 
 $ADMIN->add('misc', new admin_externalpage('xmldbeditor', get_string('xmldbeditor'), "$CFG->wwwroot/$CFG->admin/xmldb/"));