From: toyomoyo Date: Fri, 21 Apr 2006 02:07:38 +0000 (+0000) Subject: added a string for no rights to delete a tag X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=228508419700fb43f9ac9436f2fc51b0caafbe17;p=moodle.git added a string for no rights to delete a tag --- diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 58ed1faad4..1d0bda5b31 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -21,6 +21,7 @@ $string['groupblog'] = 'Group blog: $a'; $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; $string['noentriesyet'] = 'No visible entries here'; $string['noguestpost'] = 'Guest can not post blogs!'; +$string['norighttodeletetag'] = 'You have no rights to delete this tag - $a'; $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; $string['numberofentries'] = 'Entries: $a'; $string['numberoftags'] = 'Number of tags to display';