diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-07 14:10:21 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-07 14:33:31 +0100 |
commit | 91deac7c91e18bfa0e94715cd2966699588fad35 (patch) | |
tree | ca7804975e290f129e859ddb4d91d0b1686dbc80 | |
parent | acced81bba84bc0ed6df45324cd11a985012ad5a (diff) |
Move spellcheck options section below signature options section
-rw-r--r-- | program/steps/settings/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 3bcca21bf..2f726c7e8 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -483,8 +483,8 @@ function rcmail_user_prefs($current=null) $blocks = array( 'main' => array('name' => Q(rcube_label('mainoptions'))), - 'spellcheck' => array('name' => Q(rcube_label('spellcheckoptions'))), 'sig' => array('name' => Q(rcube_label('signatureoptions'))), + 'spellcheck' => array('name' => Q(rcube_label('spellcheckoptions'))), ); // show checkbox to compose messages in a new window |