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:10:21 +0100 |
commit | cf8b9fc004e67bd5f8d7b0bf7f573020bcb33804 (patch) | |
tree | 0790f9093c9035be24184f0b89e6bf54029c625a /program | |
parent | a6ceb4ea49cd50b2872f6031d83f54d174d7792a (diff) |
Move spellcheck options section below signature options section
Diffstat (limited to 'program')
-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 |