Issue #2146817 by Xano: Use 'lower weights' instead of 'smaller weights'.
parent
b7fc0553d8
commit
809f8caecd
|
@ -563,7 +563,7 @@ function menu_form_node_form_alter(&$form, $form_state) {
|
||||||
'#title' => t('Weight'),
|
'#title' => t('Weight'),
|
||||||
'#delta' => $delta,
|
'#delta' => $delta,
|
||||||
'#default_value' => $link['weight'],
|
'#default_value' => $link['weight'],
|
||||||
'#description' => t('Menu links with smaller weights are displayed before links with larger weights.'),
|
'#description' => t('Menu links with lower weights are displayed before links with higher weights.'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue