From d4def03e98ea6b4de3463bebb218019cbf10f4e6 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Wed, 12 Jun 2019 20:04:10 +0200 Subject: [PATCH] MDL-57487 mod_forum: deprecate strings used in xxx_print_overview --- mod/forum/lang/en/deprecated.txt | 2 ++ mod/forum/lang/en/forum.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mod/forum/lang/en/deprecated.txt b/mod/forum/lang/en/deprecated.txt index dd59859d3d3..cddc5b16fd3 100644 --- a/mod/forum/lang/en/deprecated.txt +++ b/mod/forum/lang/en/deprecated.txt @@ -1 +1,3 @@ inpagereplysubject,mod_forum +overviewnumpostssince,mod_forum +overviewnumunread,mod_forum diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index 89a544f64b6..5c20a6b0e48 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -438,8 +438,6 @@ $string['numberofreplies'] = 'Number of replies: {$a}'; $string['olderdiscussions'] = 'Older discussions'; $string['oldertopics'] = 'Older topics'; $string['oldpostdays'] = 'Read after days'; -$string['overviewnumpostssince'] = '{$a} posts since last login'; -$string['overviewnumunread'] = '{$a} total unread'; $string['page-mod-forum-x'] = 'Any forum module page'; $string['page-mod-forum-view'] = 'Forum module main page'; $string['page-mod-forum-discuss'] = 'Forum module discussion thread page'; @@ -675,3 +673,5 @@ $string['forumbodydeleted'] = 'The content of this forum post has been removed a // Deprecated since Moodle 3.8. $string['inpagereplysubject'] = 'Re: {$a}'; +$string['overviewnumpostssince'] = '{$a} posts since last login'; +$string['overviewnumunread'] = '{$a} total unread';