Issue #2146817 by Xano: Use 'lower weights' instead of 'smaller weights'.

8.0.x
webchick 2013-12-23 13:03:59 -08:00
parent b7fc0553d8
commit 809f8caecd
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ function menu_form_node_form_alter(&$form, $form_state) {
'#title' => t('Weight'),
'#delta' => $delta,
'#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.'),
);
}