MDL-57487 mod_forum: deprecate strings used in xxx_print_overview

This commit is contained in:
Sara Arjona
2019-06-14 17:41:18 +02:00
parent b18015c687
commit d4def03e98
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1 +1,3 @@
inpagereplysubject,mod_forum
overviewnumpostssince,mod_forum
overviewnumunread,mod_forum
+2 -2
View File
@@ -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';