summaryrefslogtreecommitdiff
path: root/program/steps/settings/edit_identity.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-13 14:26:57 +0000
committeralecpl <alec@alec.pl>2008-09-13 14:26:57 +0000
commit000bb9a55cdca43a7111eb3a5e655a28fa04d8a4 (patch)
tree8da771375b7159f0126e5a1c5e4839a1eaaa7cbe /program/steps/settings/edit_identity.inc
parenta980cb857596200ac1bd5075d0959f0fb6a4fd02 (diff)
- localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')
Diffstat (limited to 'program/steps/settings/edit_identity.inc')
-rw-r--r--program/steps/settings/edit_identity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc
index cc541a6ef..cb9064a5f 100644
--- a/program/steps/settings/edit_identity.inc
+++ b/program/steps/settings/edit_identity.inc
@@ -71,7 +71,7 @@ function rcube_identity_form($attrib)
$a_show_cols = array('name' => array('type' => 'text'),
'email' => array('type' => 'text'),
'organization' => array('type' => 'text'),
- 'reply-to' => array('type' => 'text', 'label' => 'replyto'),
+ 'reply-to' => array('type' => 'text', 'label' => 'reply-to'),
'bcc' => array('type' => 'text'),
'signature' => array('type' => 'textarea', 'size' => "40", 'rows' => "6"),
'html_signature'=>array('type' => 'checkbox', 'label' => 'htmlsignature', 'onclick' => 'return rcmail.toggle_editor(this, \'rcmfd_signature\');'),