Index: shortcut.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/shortcut/shortcut.module,v
retrieving revision 1.2.2.2
diff -u -p -r1.2.2.2 shortcut.module
--- shortcut.module	8 Oct 2008 21:49:30 -0000	1.2.2.2
+++ shortcut.module	24 Jun 2009 09:47:57 -0000
@@ -70,9 +70,9 @@ function shortcut_menu() {
   $items = array();
   $items['admin/settings/shortcut'] = array(
     'title' => 'Keyboard Shortcuts',
+    'description' => 'Administer the keyboard shortcuts that can be used in the site.',
     'page callback' => 'shortcut_page_form',
     'access arguments' => array('admin shortcuts'),
-    'description' => t('Administer the keyboard shortcuts that can be used in the site.'),
   );
   return $items;
 }
