aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/module/module.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-06-26 21:18:12 +0200
committerDavid Siegfried <david.siegfried@uni-vechta.de>2025-06-26 19:18:12 +0000
commit9316f06c683734b415099a7acf95b7f2a2a701a6 (patch)
tree8b5354ebe8a714284da4ac3b2129b0e45acb2ea9 /app/controllers/module/module.php
parent152783ee8c77cb809b62f85363b9c82e53a46aec (diff)
unify text strings that are very very similar, fixes #5669
Closes #5669 Merge request studip/studip!4294
Diffstat (limited to 'app/controllers/module/module.php')
-rw-r--r--app/controllers/module/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/module/module.php b/app/controllers/module/module.php
index cbcba00..6da241b 100644
--- a/app/controllers/module/module.php
+++ b/app/controllers/module/module.php
@@ -1005,7 +1005,7 @@ class Module_ModuleController extends MVVController
$this->lvgruppe = new Lvgruppe();
PageLayout::setTitle(_('Neue Lehrveranstaltungsgruppe anlegen'));
$success_message = _('Die Lehrveranstaltungsgruppe "%s" wurde angelegt.');
- $this->headline = _('Neue Lehrveranstaltungsgruppe anlegen.');
+ $this->headline = _('Neue Lehrveranstaltungsgruppe anlegen');
} else {
PageLayout::setTitle(_('Lehrveranstaltungsgruppe bearbeiten'));
$success_message = _('Die Lehrveranstaltungsgruppe "%s" wurde geƤndert.');