From 772c526064d12105ce3f143892cf876e6a0783bb Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 14 Mar 2006 07:02:50 +0000 Subject: [PATCH] deletion confirmation --- lang/en_utf8/blog.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index cc9e686e56..580d01625a 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -4,6 +4,7 @@ $string['addnewentry'] = 'Add a new entry'; $string['addotags'] = 'Add official tags'; $string['addptags'] = 'Add user-defined tags'; $string['blockmenutitle'] = 'Blog menu'; +$string['blogdeleteconfirm'] = 'Delete this blog?'; $string['blogs'] = 'Blogs'; $string['blogpreferences'] = 'Blog preferences'; $string['entrybody'] = 'Blog entry body'; @@ -22,7 +23,7 @@ $string['publishtosite'] = 'Anyone on this site'; $string['publishtoworld'] = 'Anyone in the world'; $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; $string['updateentrywithid'] = 'Updating entry'; -$string['viewcourseentries'] = 'View my entries'; +$string['viewcourseentries'] = 'View course entries'; $string['viewmyentries'] = 'View my entries'; $string['viewsiteentries'] = 'View site entries'; -- 2.39.5