? addthis_menu_t.patch
Index: addthis.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/addthis/addthis.module,v
retrieving revision 1.13.2.15
diff -u -p -r1.13.2.15 addthis.module
--- addthis.module	29 Apr 2009 06:40:48 -0000	1.13.2.15
+++ addthis.module	7 May 2009 20:06:21 -0000
@@ -41,8 +41,8 @@ function addthis_menu() {
   $items = array();
 
   $items['admin/settings/addthis'] = array(
-    'title'            => t('AddThis'),
-    'description'      => t('Set username and customize look and feel for <a href="http://www.addthis.com/">AddThis</a> button.'),
+    'title'            => 'AddThis',
+    'description'      => 'Set username and customize look and feel for <a href="http://www.addthis.com/">AddThis</a> button.',
     'page callback'    => 'drupal_get_form',
     'page arguments'   => array('addthis_admin_settings'),
     'access arguments' => array('administer addthis'),
