summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 3e776427f..c85a59e2e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1044,7 +1044,7 @@ function node_menu($may_cache) {
if ($may_cache) {
$items[] = array('path' => 'admin/content',
'title' => t('Content management'),
- 'description' => t('Manage your site\'s content.'),
+ 'description' => t("Manage your site's content."),
'position' => 'left',
'weight' => -10,
'callback' => 'system_admin_menu_block_page',
@@ -1054,7 +1054,7 @@ function node_menu($may_cache) {
$items[] = array(
'path' => 'admin/content/node',
'title' => t('Posts'),
- 'description' => t('View, edit, and delete your site\'s content.'),
+ 'description' => t("View, edit, and delete your site's content."),
'callback' => 'node_admin_content',
'access' => user_access('administer nodes')
);