diff options
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', |