From 000bb9a55cdca43a7111eb3a5e655a28fa04d8a4 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 13 Sep 2008 10:26:57 -0400
Subject: [PATCH] - localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')
---
skins/default/mail.css | 2 +-
program/localization/pl_PL/labels.inc | 2 +-
program/steps/settings/edit_identity.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc
index a4aaa5d..6294a1d 100644
--- a/program/localization/pl_PL/labels.inc
+++ b/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';
diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc
index cc541a6..cb9064a 100644
--- a/program/steps/settings/edit_identity.inc
+++ b/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\');'),
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 5ba3a50..a773ed6 100644
--- a/skins/default/mail.css
+++ b/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;
--
Gitblit v1.9.1