Skip to content
Snippets Groups Projects
Commit 29e1459b authored by Peter Thienel's avatar Peter Thienel
Browse files

Added fullstop at end of link text, re #852

parent 8c4f2745
No related branches found
No related tags found
No related merge requests found
...@@ -502,7 +502,7 @@ class FileController extends AuthenticatedController ...@@ -502,7 +502,7 @@ class FileController extends AuthenticatedController
$this->author = $file_ref->owner->username; $this->author = $file_ref->owner->username;
$this->author_fullname = $file_ref->owner->getFullName('no_title'); $this->author_fullname = $file_ref->owner->getFullName('no_title');
$this->link_to_share = URLHelper::getURL("dispatch.php/file/share_oer/" . $file_ref_id); $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; $this->formatted_link = '['. $this->linktext .']' . $this->link_to_share;
$additional_text = htmlReady(Request::get('additional_text')); $additional_text = htmlReady(Request::get('additional_text'));
......
...@@ -958,7 +958,7 @@ class MessagesController extends AuthenticatedController { ...@@ -958,7 +958,7 @@ class MessagesController extends AuthenticatedController {
$this->link_to_share = URLHelper::getURL("dispatch.php/course/courseware/?cid=" . $course_id $this->link_to_share = URLHelper::getURL("dispatch.php/course/courseware/?cid=" . $course_id
. "#/structural_element/" . $element_id); . "#/structural_element/" . $element_id);
$this->linktext = _('Klicken Sie hier, um zum vorgeschlagenen Courseware-Material zu gelangen'); $this->linktext = _('Klicken Sie hier, um zum vorgeschlagenen Courseware-Material zu gelangen.');
$this->formatted_link = '['. $this->linktext .']' . $this->link_to_share; $this->formatted_link = '['. $this->linktext .']' . $this->link_to_share;
$oer_suggestion_message = sprintf(_("Ihr Courseware-Material wurde zur Veröffentlichung im OER Campus vorgeschlagen:\n\n" $oer_suggestion_message = sprintf(_("Ihr Courseware-Material wurde zur Veröffentlichung im OER Campus vorgeschlagen:\n\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment