summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-26 09:13:47 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-26 09:13:47 +0000
commit981d6ec40c88364b99cab27a434301bdf31f7bb8 (patch)
tree8d93f7501001307067e6e6c9d0f3807e17bb9c59 /modules/blog
parent3c4be3ab5581c0b53aeea20639f077e25324447f (diff)
downloadbrdo-981d6ec40c88364b99cab27a434301bdf31f7bb8.tar.gz
brdo-981d6ec40c88364b99cab27a434301bdf31f7bb8.tar.bz2
- Patch #393402 by stella, Xane: renamed 'create content' link to 'add new content'. Minor usability improvement.
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index b5ac2cae9..422237cb9 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -62,7 +62,7 @@ function blog_help($path, $arg) {
switch ($path) {
case 'admin/help#blog':
$output = '<p>' . t('The blog module allows registered users to maintain an online journal, or <em>blog</em>. Blogs are made up of individual <em>blog entries</em>, and the blog entries are most often displayed in descending order by creation time.') . '</p>';
- $output .= '<p>' . t('There is an (optional) <em>Blogs</em> menu item added to the Navigation menu, which displays all blogs available on your site, and a <em>My blog</em> item displaying the current user\'s blog entries. The <em>Blog entry</em> menu item under <em>Create content</em> allows new blog entries to be created.') . '</p>';
+ $output .= '<p>' . t("There is an (optional) <em>Blogs</em> menu item added to the Navigation menu, which displays all blogs available on your site, and a <em>My blog</em> item displaying the current user's blog entries. The <em>Blog entry</em> menu item under <em>Add new content</em> allows new blog entries to be created.") . '</p>';
$output .= '<p>' . t('Each blog entry is displayed with an automatic link to other blogs created by the same user. By default, blog entries have comments enabled and are automatically promoted to the site front page. The blog module also creates a <em>Recent blog posts</em> block that may be enabled at the <a href="@blocks">blocks administration page</a>.', array('@blocks' => url('admin/build/block'))) . '</p>';
$output .= '<p>' . t('For more information, see the online handbook entry for <a href="@blog">Blog module</a>.', array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '</p>';
return $output;