diff options
| author | Peter Thienel <thienel@data-quest.de> | 2022-06-09 18:21:48 +0200 |
|---|---|---|
| committer | Peter Thienel <thienel@data-quest.de> | 2022-06-09 18:21:48 +0200 |
| commit | 29e1459b8d9346bb91f903ced07e76bba39b8f79 (patch) | |
| tree | cdb43c4f1b26b2f8ae1b33f692c4dd9a2e2cfb34 /app/controllers/file.php | |
| parent | 8c4f27450e795e76021471b6164cb7942f641a91 (diff) | |
Added fullstop at end of link text, re #852
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 5fbe439..2ee852e 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 = _('Klicken Sie hier, um das Material im OER Campus zu veröffentlichen.'); $this->formatted_link = '['. $this->linktext .']' . $this->link_to_share; $additional_text = htmlReady(Request::get('additional_text')); |
