diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-05 11:01:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-05 11:01:15 +0000 |
| commit | 407db3145ac65ef967107e15329e8a833cb520c6 (patch) | |
| tree | 0284671782bdf82068940034e67ed4e225033413 /roundcubemail/program/localization/he_IL | |
| parent | eaff968037c6b4462a6a134b312a162385e95dd5 (diff) | |
- Fix displaying long header names in message headers table
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
git-svn-id: https://svn.roundcube.net/trunk@4184 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/he_IL')
| -rw-r--r-- | roundcubemail/program/localization/he_IL/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/he_IL/labels.inc b/roundcubemail/program/localization/he_IL/labels.inc index ce6276c7c..327118ef4 100644 --- a/roundcubemail/program/localization/he_IL/labels.inc +++ b/roundcubemail/program/localization/he_IL/labels.inc @@ -44,8 +44,8 @@ $labels['priority'] = 'עדיפות'; $labels['organization'] = 'ארגון'; $labels['readstatus'] = 'נקרא'; $labels['reply-to'] = 'כתובת למענה'; -$labels['mailreply-to'] = 'כתובת למענה'; -$labels['mailfollowup-to'] = 'כתובת להעברת הודעה'; +$labels['mail-reply-to'] = 'כתובת למענה'; +$labels['mail-followup-to'] = 'כתובת להעברת הודעה'; $labels['mailboxlist'] = 'תיקים'; $labels['messagesfromto'] = 'הודעות $from עד $to מתוך $count'; $labels['threadsfromto'] = 'שרשור $from עד $to מתוך $count'; |
