function init() {
global $CFG;
$this->blockname = get_class($this);
- $this->title = get_string('blockname', $this->blockname);
+ $this->title = get_string('pluginname', $this->blockname);
$this->version = 2009082800;
}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$string['blockname'] = 'Navigation';
$string['courseactivities'] = 'Categories, courses, and course Activities';
$string['courses'] = 'Categories and courses';
$string['coursestructures'] = 'Categories, courses, and course structures';
$string['enablesidebarpopoutdesc'] = 'Allow the user to switch the block to a sidbar popout';
$string['everything'] = 'Everything';
$string['expansionlimit'] = 'Generate navigation for the following';
+$string['pluginname'] = 'Navigation';
$string['showemptybranchesdesc'] = 'Show empty course section branches';
$string['showmycoursesdesc'] = 'Show my courses in the navigation';
$string['showmyhistorydesc'] = 'Show my history as a branch in the navigation';