diff options
author | Nathan Kinkade <nath@nkinka.de> | 2013-04-23 20:00:16 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2013-04-23 20:00:16 +0000 |
commit | 841eac2d8338f5b9b038076bcf6e4bda7bf99c5b (patch) | |
tree | 49f5963059597fbc23ef7c50b8fabf1305b2831c | |
parent | a7db8f93ef4824ead7b646fa8543940c4adf5d55 (diff) |
Changed Sent label to read Archive, because that's how I use that folder.local_0.9.0
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1a753ec12..940ada94b 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -34,7 +34,7 @@ $labels['addressbook'] = 'Address Book'; // mailbox names $labels['inbox'] = 'Inbox'; $labels['drafts'] = 'Drafts'; -$labels['sent'] = 'Sent'; +$labels['sent'] = 'Archive'; $labels['trash'] = 'Trash'; $labels['junk'] = 'Junk'; |