alecpl
2008-09-13 000bb9a55cdca43a7111eb3a5e655a28fa04d8a4
- localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')


3 files modified
6 ■■■■ changed files
program/localization/pl_PL/labels.inc 2 ●●● patch | view | raw | blame | history
program/steps/settings/edit_identity.inc 2 ●●● patch | view | raw | blame | history
skins/default/mail.css 2 ●●● patch | view | raw | blame | history
program/localization/pl_PL/labels.inc
@@ -42,7 +42,7 @@
$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';
program/steps/settings/edit_identity.inc
@@ -71,7 +71,7 @@
  $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\');'),
skins/default/mail.css
@@ -686,7 +686,7 @@
table.headers-table td.header-title
{
  width: 85px;
  width: 80px;
  color: #666666;
  font-weight: bold;
  text-align: right;