- localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')

release-0.6
alecpl 16 years ago
parent a980cb8575
commit 000bb9a55c

@ -42,7 +42,7 @@ $labels['from'] = 'Nadawca';
$labels['to'] = 'Odbiorca';
$labels['cc'] = 'Kopia';
$labels['bcc'] = 'Ukryta kopia';
$labels['replyto'] = 'Odpowiedz do';
$labels['replyto'] = 'Odp. do';
$labels['date'] = 'Data';
$labels['size'] = 'Rozmiar';
$labels['priority'] = 'Priorytet';

@ -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\');'),

@ -686,7 +686,7 @@ table.headers-table tr td
table.headers-table td.header-title
{
width: 85px;
width: 80px;
color: #666666;
font-weight: bold;
text-align: right;

Loading…
Cancel
Save