summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-13 14:26:57 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-13 14:26:57 +0000
commit46a78411558bbf0c2eb95121dc615021d4db7aac (patch)
treeb88502d1fd40d364c19a056ced514217baeb271e /roundcubemail/program/steps
parent40aaa0dc886d8fd457657fd8ffc6dd794447ca07 (diff)
- localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')
git-svn-id: https://svn.roundcube.net/trunk@1784 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/settings/edit_identity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/edit_identity.inc b/roundcubemail/program/steps/settings/edit_identity.inc
index cc541a6ef..cb9064a5f 100644
--- a/roundcubemail/program/steps/settings/edit_identity.inc
+++ b/roundcubemail/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\');'),