summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-05 19:05:54 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-05 19:05:54 +0000
commit2d7ab225ddabfc8e11cc0ade4e3ef6294d0b9b35 (patch)
tree5f5fdbab9a77d2746a68901317a58c5bbaa76ce9 /modules
parent365439ffdfd0482f174389552e1d1e2e67a060c3 (diff)
downloadbrdo-2d7ab225ddabfc8e11cc0ade4e3ef6294d0b9b35.tar.gz
brdo-2d7ab225ddabfc8e11cc0ade4e3ef6294d0b9b35.tar.bz2
- Patch #107097 by webernet: remove bogus xhtml from string.
Diffstat (limited to 'modules')
-rw-r--r--modules/blogapi/blogapi.module2
-rw-r--r--modules/menu/menu.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module
index 6d99f165e..85a7cfa6e 100644
--- a/modules/blogapi/blogapi.module
+++ b/modules/blogapi/blogapi.module
@@ -14,7 +14,7 @@ function blogapi_help($section) {
case 'admin/help#blogapi':
$output = '<p>'. t('The blog API module enables a post to be posted to a site via external GUI applications. Many users prefer to use external tools to improve their ability to read and post responses in a customized way. The blog api provides users the freedom to use the blogging tools they want but still have the blogging server of choice.') .'</p>';
$output .= '<p>'. t('When this module is enabled and configured you can use programs like <a href="@external-http-ecto-kung-foo-tv">Ecto</a> to create and publish posts from your desktop. Blog API module supports several XML-RPC based blogging APIs such as the <a href="@-">Blogger API</a>, <a href="@external-http-www-xmlrpc-com-metaWeblogApi">MetaWeblog API</a>, and most of the <a href="@external-http-www-movabletype-org-docs-mtmanual_programmatic-html">Movable Type API</a>. Any desktop blogging tools or other services (e.g. <a href="@external-http-www-flickr-com">Flickr\'s</a> "post to blog") that support these APIs should work with this site.', array('@external-http-ecto-kung-foo-tv' => 'http://ecto.kung-foo.tv/', '@-' => url('http://www.blogger.com/developers/api/1_docs/'), '@external-http-www-xmlrpc-com-metaWeblogApi' => 'http://www.xmlrpc.com/metaWeblogApi', '@external-http-www-movabletype-org-docs-mtmanual_programmatic-html' => 'http://www.movabletype.org/docs/mtmanual_programmatic.html', '@external-http-www-flickr-com' => 'http://www.flickr.com')) .'</p>';
- $output .= '<p>'. t('This module also allows site administrators to configure which content types can be posted via the external applications. So, for instance, users can post forum topics as well as blog posts. Where supported, the external applications will display each content type as a separate "blog".<!--break-->') .'</p>';
+ $output .= '<p>'. t('This module also allows site administrators to configure which content types can be posted via the external applications. So, for instance, users can post forum topics as well as blog posts. Where supported, the external applications will display each content type as a separate "blog".') .'</p>';
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@blogapi">BlogApi page</a>.', array('@blogapi' => 'http://drupal.org/handbook/modules/blogapi/')) .'</p>';
return $output;
}
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index f4e1ac8c3..0c0f25699 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -40,7 +40,7 @@ function menu_menu($may_cache) {
if ($may_cache) {
$items[] = array('path' => 'admin/build/menu',
'title' => t('Menus'),
- 'description' => t("Control your site's navigation menu, create menu blocks, as well as rename and reorganize menu items."),
+ 'description' => t("Control your site's navigation menu, primary links and secondary links. as well as rename and reorganize menu items."),
'callback' => 'menu_overview',
'access' => user_access('administer menu'));
$items[] = array('path' => 'admin/build/menu/list',