We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2c0d3 commit 575fd8aCopy full SHA for 575fd8a
Unterrichtsplanung.class.php
@@ -15,6 +15,7 @@ public function __construct()
15
$main = new Navigation(_('Unterrichtsplanung'));
16
$main->setImage(Icon::create('topic'));
17
$main->setURL(PluginEngine::getURL('unterrichtsplanung/index'));
18
+ $main->setDescription(_('Erlernen der Strukturplanung von Unterricht und anlegen eigener Unterrichtsentwürfe'));
19
20
$overview = new Navigation(_('Unterrichtsplanung'));
21
$overview->setURL(PluginEngine::getURL('unterrichtsplanung/index'));
0 commit comments