summaryrefslogtreecommitdiff
path: root/modules/shortcut/shortcut.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shortcut/shortcut.module')
-rw-r--r--modules/shortcut/shortcut.module7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/shortcut/shortcut.module b/modules/shortcut/shortcut.module
index 894d0c060..92bd58c77 100644
--- a/modules/shortcut/shortcut.module
+++ b/modules/shortcut/shortcut.module
@@ -21,15 +21,12 @@ function shortcut_permission() {
return array(
'administer shortcuts' => array(
'title' => t('Administer shortcuts'),
- 'description' => t('Manage all shortcut and shortcut sets.'),
),
'customize shortcut links' => array(
- 'title' => t('Customize shortcut links'),
- 'description' => t("Edit, add and delete the links in shortcut set the user is using."),
+ 'title' => t('Customize own shortcuts'),
),
'switch shortcut sets' => array(
- 'title' => t('Choose a different shortcut set'),
- 'description' => t('Choose which set of shortcuts are displayed for the user.')
+ 'title' => t('Select own shortcut set'),
),
);
}