From 827f064debf8e04ebe6183dc4cd96e0cd022300d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 24 Nov 2006 10:18:24 +0000 Subject: - Patch # #98366 by webchick and ac: simplified strings for translators. --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.module') 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') ); -- cgit v1.2.3