diff options
author | alecpl <alec@alec.pl> | 2010-11-05 11:01:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-11-05 11:01:15 +0000 |
commit | cb105aa9f12396d1644e87d91c35e8f5c3eefbbd (patch) | |
tree | f9c24ce420af5e4a2c11ba36835f9a9378f77874 /program/localization/ru_RU/labels.inc | |
parent | 93681d1e5e473359337b7a41046eb97e5644a218 (diff) |
- Fix displaying long header names in message headers table
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
Diffstat (limited to 'program/localization/ru_RU/labels.inc')
-rw-r--r-- | program/localization/ru_RU/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/ru_RU/labels.inc b/program/localization/ru_RU/labels.inc index d8e5ff84a..c211f2508 100644 --- a/program/localization/ru_RU/labels.inc +++ b/program/localization/ru_RU/labels.inc @@ -46,7 +46,7 @@ $labels['size'] = 'Размер'; $labels['priority'] = 'Приоритет'; $labels['organization'] = 'Организация'; $labels['reply-to'] = 'Ответить'; -$labels['mailreply-to'] = 'Ответить в списке рассылки'; +$labels['mail-reply-to'] = 'Ответить в списке рассылки'; $labels['mailboxlist'] = 'Папки'; $labels['messagesfromto'] = 'Сообщения с $from по $to из $count'; $labels['threadsfromto'] = 'Обсуждения с $from по $to из $count'; |