diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-07 15:54:28 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-07 15:54:28 +0000 |
commit | 4814c847028b8ef3bfcfd62a8a8807637172f8a4 (patch) | |
tree | 2e914a9c68246e37d4f6cec2e2ed0290d0513b2d /mod/blog/languages | |
parent | 227e4a108a009b985377202db7412331a1b8f6a0 (diff) | |
download | elgg-4814c847028b8ef3bfcfd62a8a8807637172f8a4.tar.gz elgg-4814c847028b8ef3bfcfd62a8a8807637172f8a4.tar.bz2 |
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
Diffstat (limited to 'mod/blog/languages')
-rw-r--r-- | mod/blog/languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', |