aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/course/wiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/course/wiki.php b/app/controllers/course/wiki.php
index 158ee55..cf02e04 100644
--- a/app/controllers/course/wiki.php
+++ b/app/controllers/course/wiki.php
@@ -156,7 +156,7 @@ class Course_WikiController extends AuthenticatedController
if ($this->page->isEditable()) {
$action_menu->addLink(
$this->editURL($this->page),
- _('Editieren'),
+ _('Seite bearbeiten'),
Icon::create('edit')
);
$action_menu->addLink(