summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 35fe82582..ec2a7ab16 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -87,7 +87,7 @@ function _translation_tab_access($node) {
function translation_perm() {
return array(
'translate content' => array(
- 'title' => t('Tranlate content'),
+ 'title' => t('Translate content'),
'description' => t('Translate website content.'),
),
);