summaryrefslogtreecommitdiff
path: root/modules/blogapi
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blogapi')
-rw-r--r--modules/blogapi/blogapi.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module
index d003ff421..7b8ace852 100644
--- a/modules/blogapi/blogapi.module
+++ b/modules/blogapi/blogapi.module
@@ -553,14 +553,14 @@ function blogapi_admin_settings() {
function blogapi_menu() {
$items['blogapi/rsd'] = array(
- 'title' => t('RSD'),
+ 'title' => 'RSD',
'page callback' => 'blogapi_rsd',
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
);
$items['admin/settings/blogapi'] = array(
- 'title' => t('Blog APIs'),
- 'description' => t('Configure which content types and engines external blog clients can use.'),
+ 'title' => 'Blog APIs',
+ 'description' => 'Configure which content types and engines external blog clients can use.',
'page callback' => 'drupal_get_form',
'page arguments' => array('blogapi_admin_settings'),
'access arguments' => array('administer site configuration'),