Skip to content

Commit 9ea0139

Browse files
lscharmermjansenDatabay
authored andcommitted
Forum: Fix misleading forum notification label
1 parent 39f19c8 commit 9ea0139

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Modules/Forum/classes/class.ilObjForumAdministrationGUI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ protected function settingsForm(): Form
264264
self::PROP_SECTION_NOTIFICATIONS => $section('frm_adm_sec_notifications', $disable_if_no_permission([
265265
'forum_notification' => $checkbox_with_func(
266266
'forum_notification',
267-
'cron_forum_notification',
267+
'forums_forum_notification',
268268
fn($field) => (
269269
$field
270270
->withDisabled($this->forumJobActive())

lang/ilias_de.lang

+2-1
Original file line numberDiff line numberDiff line change
@@ -3784,7 +3784,6 @@ common#:#create_stylesheet#:#Style erstellen
37843784
common#:#created#:#Erzeugt am
37853785
common#:#cron_forum_notification#:#Foren-Benachrichtigungen via Cron-Job versenden
37863786
common#:#cron_forum_notification_crob_desc#:#Wenn aktiviert, sendet ILIAS täglich Benachrichtigungen an die Benutzer, die bei ausgewählten Foren oder Foren-Themen über neue und geänderte Beiträge benachrichtigt werden wollen. Bitte beachten Sie: Wenn Sie diese Form der Foren-Benachrichtigungen aktivieren, werden keine direkten Benachrichtungen mehr verschickt (Administration / Foren / Foren-Benachrichtigungen versenden).
3787-
common#:#cron_forum_notification_desc#:#Wenn aktiviert, sendet ILIAS Mails an die Benutzer, die bei ausgewählten Foren-Themen über neue Beiträge benachrichtigt werden wollen.
37883787
common#:#cron_forum_notification_disabled#:#Kann nicht deaktiviert werden wenn der Cron Job aktiv ist.
37893788
common#:#cron_jobs#:#Cron-Jobs
37903789
common#:#cron_lucene_index#:#Lucene-Suchindex aktualisieren
@@ -9934,6 +9933,8 @@ forum#:#forums_download_attachment#:#Datei herunterladen
99349933
forum#:#forums_edit_draft#:#Entwurf bearbeiten
99359934
forum#:#forums_edit_post#:#Beitrag bearbeiten
99369935
forum#:#forums_enable_notification#:#Benachrichtigung für dieses Thema starten
9936+
forum#:#forums_forum_notification#:#Foren-Benachrichtigungen versenden
9937+
forum#:#forums_forum_notification_desc#:#Wenn aktiviert, sendet ILIAS Mails an die Benutzer, die bei ausgewählten Foren-Themen über neue Beiträge benachrichtigt werden wollen.
99379938
forum#:#forums_forum_notification_disabled#:#Sie werden nicht mehr über neue Beiträge in diesem Forum benachrichtigt.
99389939
forum#:#forums_info_censor2_post#:#Sind Sie sicher, dass die Zensur für diesen Beitrag aufgehoben werden soll?
99399940
forum#:#forums_info_censor_post#:#Geben Sie eine Begründung für die Zensur an.

lang/ilias_en.lang

+2-1
Original file line numberDiff line numberDiff line change
@@ -3784,7 +3784,6 @@ common#:#create_stylesheet#:#Create Style
37843784
common#:#created#:#Creation Date
37853785
common#:#cron_forum_notification#:#Send Forum Notifications via Cron Job
37863786
common#:#cron_forum_notification_crob_desc#:#If enabled, all users who have enabled notifications for certain forums or forum threads will daily receive a notification mail about all new or changed posts but no immediate notification for each submitted post.
3787-
common#:#cron_forum_notification_desc#:#If enabled, all users, who want to be informed about new posts in specified forum threads, will get notifications by mail.
37883787
common#:#cron_forum_notification_disabled#:#Can't be disabled when the Cron Job is active.
37893788
common#:#cron_jobs#:#Cron Jobs
37903789
common#:#cron_lucene_index#:#Update Lucene search index
@@ -9934,6 +9933,8 @@ forum#:#forums_download_attachment#:#Download file
99349933
forum#:#forums_edit_draft#:#Edit Draft
99359934
forum#:#forums_edit_post#:#Edit Post
99369935
forum#:#forums_enable_notification#:#Enable Notification for this Thread
9936+
forum#:#forums_forum_notification#:#Send Forum Notifications
9937+
forum#:#forums_forum_notification_desc#:#If enabled, all users, who want to be informed about new posts in specified forum threads, will get notifications by mail.
99379938
forum#:#forums_forum_notification_disabled#:#You will no longer be notified about new posts in this forum.
99389939
forum#:#forums_info_censor2_post#:#Revoke Censorship?
99399940
forum#:#forums_info_censor_post#:#Please provide a reason for hiding this post.

0 commit comments

Comments
 (0)