Skip to content
Snippets Groups Projects
Commit b79328e2 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

changed text strings, closes #1472

Closes #1472

Merge request studip/studip!918
parent 6b96f97b
No related branches found
No related tags found
No related merge requests found
Pipeline #5771 passed
......@@ -278,7 +278,7 @@ class Oer_MymaterialController extends AuthenticatedController
{
$actions = new ActionsWidget();
$actions->addLink(
_('Eigenes Lernmaterial hochladen'),
_('Neues Lernmaterial hochladen'),
$this->editURL(),
Icon::create('add'),
['data-dialog' => 'size=auto']
......
......@@ -300,7 +300,7 @@ $actions = new ActionsWidget();
$GLOBALS['perm']->have_perm(Config::get()->OER_PUBLIC_STATUS);
if ($GLOBALS['perm']->have_perm("autor")) {
$actions->addLink(
_('Eigenes Lernmaterial hochladen'),
_('Neues Lernmaterial hochladen'),
$controller->url_for("oer/mymaterial/edit"),
Icon::create("add", Icon::ROLE_CLICKABLE),
['data-dialog' => "1"]
......
......@@ -53,7 +53,7 @@ if ($materialien !== null) {
if ($GLOBALS['perm']->have_perm("autor")) {
$actions = new ActionsWidget();
$actions->addLink(
_('Eigenes Lernmaterial hochladen'),
_('Neues Lernmaterial hochladen'),
$controller->url_for("oer/mymaterial/edit"),
Icon::create("add", Icon::ROLE_CLICKABLE),
['data-dialog' => "1"]
......
......@@ -10,7 +10,7 @@
if ($GLOBALS['perm']->have_perm("autor")) {
$actions = new ActionsWidget();
$actions->addLink(
_('Eigenes Lernmaterial hochladen'),
_('Neues Lernmaterial hochladen'),
$controller->url_for("oer/mymaterial/edit"),
Icon::create("add", Icon::ROLE_CLICKABLE),
['data-dialog' => "1"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment