From 228508419700fb43f9ac9436f2fc51b0caafbe17 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 21 Apr 2006 02:07:38 +0000 Subject: [PATCH] added a string for no rights to delete a tag --- lang/en_utf8/blog.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5