Skip to content

Commit

Permalink
optimized text for customize page
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Apr 14, 2022
1 parent a9f92fd commit 41bb008
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MeetingPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function getTabNavigation($courseId)

if ($GLOBALS['perm']->have_studip_perm('dozent', $courseId)) {
$main->addSubNavigation('config', new Navigation(
_('Anpassen'),
_('Seite Anpassen'),
PluginEngine::getLink($this, [], 'index/config')
));
}
Expand Down
Binary file modified locale/en/LC_MESSAGES/meetings.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions locale/en/LC_MESSAGES/meetings.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-13 16:20+0200\n"
"POT-Creation-Date: 2022-04-14 11:51+0200\n"
"PO-Revision-Date: 2022-03-04 10:09+0100\n"
"Last-Translator: April Suddendorf, 2020\n"
"Language-Team: English (https://www.transifex.com/uol-it/teams/52597/en/)\n"
Expand Down Expand Up @@ -1221,8 +1221,8 @@ msgid "%d Meeting(s)"
msgstr "%d conference(s)"

#: MeetingPlugin.php:224
msgid "Anpassen"
msgstr "Customize"
msgid "Seite Anpassen"
msgstr "Customize the page"

#: MeetingPlugin.php:322
msgid ""
Expand Down

0 comments on commit 41bb008

Please sign in to comment.