Skip to content

Commit

Permalink
MDL-60130 mod_*: removed unused 'tagtitle' string
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Sep 19, 2017
1 parent 91cbdda commit 866939c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion mod/book/lang/en/book.php
Expand Up @@ -108,4 +108,3 @@
$string['removeallbooktags'] = 'Remove all book tags';
$string['tagarea_book_chapters'] = 'Book chapters';
$string['tagsdeleted'] = 'Book tags have been deleted';
$string['tagtitle'] = 'See the "{$a}" tag';
1 change: 0 additions & 1 deletion mod/forum/lang/en/forum.php
Expand Up @@ -515,7 +515,6 @@
$string['subscriptions'] = 'Subscriptions';
$string['tagarea_forum_posts'] = 'Forum posts';
$string['tagsdeleted'] = 'Forum tags have been deleted';
$string['tagtitle'] = 'See the "{$a}" tag';
$string['thisforumisthrottled'] = 'This forum has a limit to the number of forum postings you can make in a given time period - this is currently set at {$a->blockafter} posting(s) in {$a->blockperiod}';
$string['timedhidden'] = 'Timed status: Hidden from students';
$string['timedposts'] = 'Timed posts';
Expand Down
1 change: 0 additions & 1 deletion mod/glossary/lang/en/glossary.php
Expand Up @@ -300,7 +300,6 @@
$string['studentcanpost'] = 'Students can add entries';
$string['tagarea_glossary_entries'] = 'Glossary entries';
$string['tagsdeleted'] = 'Glossary tags have been deleted';
$string['tagtitle'] = 'See the "{$a}" tag';
$string['totalentries'] = 'Total entries';
$string['usedynalink'] = 'Automatically link glossary entries';
$string['usedynalink_help'] = 'If site-wide glossary auto-linking has been enabled by an administrator and this setting is enabled, the "Add a new entry" form includes the option to automatically link the entry wherever the concept words and phrases appear throughout the rest of the course.';
Expand Down
1 change: 0 additions & 1 deletion mod/wiki/lang/en/wiki.php
Expand Up @@ -227,7 +227,6 @@
$string['tableofcontents'] = 'Table of contents';
$string['tagarea_wiki_pages'] = 'Wiki pages';
$string['tagsdeleted'] = 'Wiki tags have been deleted';
$string['tagtitle'] = 'See the "{$a}" tag';
$string['teacherrating'] = 'Teacher rating';
$string['timesrating']='This page has been rated {$a->c} times with an average of: {$a->s}';
$string['updatedpages'] = "Updated pages";
Expand Down

0 comments on commit 866939c

Please sign in to comment.