# HG changeset patch # User Franck Deroche # Date 1258714988 0 # Node ID 7ac5a50a9db5fcfbda5ceff3b20462f8ebed33e1 # Parent 464f6a6e0e7fce9a0cbb941be7a16ca1e98d9fce Form: Move the Short content field to the top, and wrap its title in a t() diff -r 464f6a6e0e7f -r 7ac5a50a9db5 mee.module --- a/mee.module Fri Oct 16 12:06:16 2009 +0000 +++ b/mee.module Fri Nov 20 11:03:08 2009 +0000 @@ -542,9 +542,9 @@ ); $element['mee']['short'] = array( '#type' => 'textarea', - '#title' => 'Contenu court', + '#title' => t('Short content'), '#rows' => 5, - '#weight' => 100, + '#weight' => -100, '#default_value' => $element['#value']['short'] );