- Patch #1253204 by fietserwin: user_field_extra_fields() does not translate labels.
parent
0e7218bb7c
commit
ac274fd80a
|
@ -211,19 +211,19 @@ function user_field_extra_fields() {
|
||||||
$return['user']['user'] = array(
|
$return['user']['user'] = array(
|
||||||
'form' => array(
|
'form' => array(
|
||||||
'account' => array(
|
'account' => array(
|
||||||
'label' => 'User name and password',
|
'label' => t('User name and password'),
|
||||||
'description' => t('User module account form elements'),
|
'description' => t('User module account form elements.'),
|
||||||
'weight' => -10,
|
'weight' => -10,
|
||||||
),
|
),
|
||||||
'timezone' => array(
|
'timezone' => array(
|
||||||
'label' => 'Timezone',
|
'label' => t('Timezone'),
|
||||||
'description' => t('User module timezone form element.'),
|
'description' => t('User module timezone form element.'),
|
||||||
'weight' => 6,
|
'weight' => 6,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'display' => array(
|
'display' => array(
|
||||||
'summary' => array(
|
'summary' => array(
|
||||||
'label' => 'History',
|
'label' => t('History'),
|
||||||
'description' => t('User module history view element.'),
|
'description' => t('User module history view element.'),
|
||||||
'weight' => 5,
|
'weight' => 5,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue