Issue #1062040 by droplet: Fixed role page weight title.

merge-requests/26/head
webchick 2011-07-28 16:39:32 -04:00
parent dc669853e6
commit 8460430504
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ function user_admin_roles($form, $form_state) {
$form['roles'][$rid]['#weight'] = $order;
$form['roles'][$rid]['weight'] = array(
'#type' => 'textfield',
'#title' => t('Weight for @title', array('@title' => $name['label'])),
'#title' => t('Weight for @title', array('@title' => $name)),
'#title_display' => 'invisible',
'#size' => 4,
'#default_value' => $order,