diff options
author | alecpl <alec@alec.pl> | 2008-04-10 10:01:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-10 10:01:46 +0000 |
commit | 7be658c0eb500f4a5a239b5cb2611195687fc703 (patch) | |
tree | 214a58ef42e8a0d81e42bf260002ae683eb727b1 /program | |
parent | 6f9876690af9115ecd9af8ceaecfbdd4b987ed61 (diff) |
#1484979
Diffstat (limited to 'program')
-rw-r--r-- | program/localization/zh_TW/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/zh_TW/labels.inc b/program/localization/zh_TW/labels.inc index 12093427b..43cc08101 100644 --- a/program/localization/zh_TW/labels.inc +++ b/program/localization/zh_TW/labels.inc @@ -31,8 +31,8 @@ $labels['addressbook'] = '通訊錄'; $labels['inbox'] = '信件匣'; $labels['drafts'] = '草稿匣'; $labels['sent'] = '寄件備份'; -$labels['trash'] = '垃圾郵件'; -$labels['junk'] = '垃圾桶'; +$labels['trash'] = '垃圾桶'; +$labels['junk'] = '垃圾郵件'; $labels['subject'] = '主旨'; $labels['from'] = '寄件者'; $labels['to'] = '收件者'; |