diff options
Diffstat (limited to 'app/controllers/file.php')
| -rw-r--r-- | app/controllers/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/file.php b/app/controllers/file.php index b5f609c..26bf47a 100644 --- a/app/controllers/file.php +++ b/app/controllers/file.php @@ -502,7 +502,7 @@ class FileController extends AuthenticatedController $this->author = $file_ref->owner->username; $this->author_fullname = $file_ref->owner->getFullName('no_title'); $this->link_to_share = URLHelper::getURL("dispatch.php/file/share_oer/" . $file_ref_id); - $this->linktext = _('Klicken Sie hier, um das Material im OER Campus zu veröffentlichen.'); + $this->linktext = sprintf(_('Klicken Sie hier, um das Material im %s zu veröffentlichen.'), Config::get()->OER_TITLE); $this->formatted_link = '['. $this->linktext .']' . $this->link_to_share; $additional_text = htmlReady(Request::get('additional_text')); |
