From cad4b2f7b80f9d4f286a363b565d576e55800733 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 16 Nov 2023 15:48:25 +0100 Subject: [PATCH] Update src/Module/Settings/Display.php Co-authored-by: Hypolite Petovan --- src/Module/Settings/Display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Settings/Display.php b/src/Module/Settings/Display.php index ef2ec5a0e..36eae53c2 100644 --- a/src/Module/Settings/Display.php +++ b/src/Module/Settings/Display.php @@ -328,7 +328,7 @@ class Display extends BaseSettings '$enable_dislike' => ['enable_dislike' , $this->t('Display the Dislike feature'), $enable_dislike, $this->t('Display the Dislike button and dislike reactions on posts and comments.')], '$display_resharer' => ['display_resharer' , $this->t('Display the resharer'), $display_resharer, $this->t('Display the first resharer as icon and text on a reshared item.')], '$stay_local' => ['stay_local' , $this->t('Stay local'), $stay_local, $this->t("Don't go to a remote system when following a contact link.")], - '$show_page_drop' => ['show_page_drop' , $this->t('Show the page drop checkbox'), $show_page_drop, $this->t("Display the checkbox for the page drop on the network page.")], + '$show_page_drop' => ['show_page_drop' , $this->t('Show the post deletion checkbox'), $show_page_drop, $this->t("Display the checkbox for the post deletion on the network page.")], '$preview_mode' => ['preview_mode' , $this->t('Link preview mode'), $preview_mode, $this->t('Appearance of the link preview that is added to each post with a link.'), $preview_modes, false], '$timeline_label' => $this->t('Label'),