From 4814c847028b8ef3bfcfd62a8a8807637172f8a4 Mon Sep 17 00:00:00 2001 From: nickw Date: Wed, 7 Apr 2010 15:54:28 +0000 Subject: Highlighting current tab in content header. Includes updates to language strings. git-svn-id: http://code.elgg.org/elgg/trunk@5650 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/blog/languages') diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index f005dbf4c..b210ba8d1 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -10,12 +10,11 @@ $english = array( 'blog:owned_blogs' => '%s', 'blog:revisions' => 'Revisions', 'blog:archives' => 'Archives', - 'blog:blog' => 'Blog', - 'blog:friends' => 'Friends\' blogs', 'blog:title:user_blogs' => '%s\'s Blogs', 'blog:title:all_blogs' => 'All Site Blogs', + 'blog:title:friends' => 'All Friends\' Blogs', // Editing 'blog:new' => 'New blog post', @@ -41,6 +40,7 @@ $english = array( 'blog:error:post_not_found' => 'This post has been removed or is invalid.', 'blog:messages:warning:draft' => 'There is an unsaved draft of this post!', 'blog:edit_revision_notice' => '(Old version)', + 'blog:none' => 'No blogs found', // river 'blog:river:create' => '%s wrote a new blog post', -- cgit v1.2.3