summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-25 07:54:36 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-25 07:54:36 +0000
commit665ac94ef39d5aa920f506186a6c98856e568107 (patch)
tree7cd689db3243880c4294d14d7066799662ab2f9d
parent5f7d5f03dffb0f05ed5b72ed4970f50748d680d3 (diff)
downloadbrdo-665ac94ef39d5aa920f506186a6c98856e568107.tar.gz
brdo-665ac94ef39d5aa920f506186a6c98856e568107.tar.bz2
- Patch #243063 by GoofyX: fixed typo in context-sensitve help.
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index b71e307f4..6bfbfb30b 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -264,7 +264,7 @@ function locale_form_alter(&$form, $form_state, $form_id) {
'#options' => array('' => t('All languages')) + locale_language_list('name'),
'#default_value' => $form['language']['#value'],
'#weight' => -10,
- '#description' => t('A path alias set for a specific language will always be used when displaying this page in that language, and takes precedence over path aliases set for <am>All languages</em>.'),
+ '#description' => t('A path alias set for a specific language will always be used when displaying this page in that language, and takes precedence over path aliases set for <em>All languages</em>.'),
);
break;