summaryrefslogtreecommitdiff
path: root/lib/mailbox.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-08-08 21:13:21 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-08-08 21:13:21 +0200
commit09dee24cbeadfb1fef797d38265e2ece09266bb0 (patch)
tree76a6c41dc3d550431fc13c62798502c1e9f88dfc /lib/mailbox.php
parent5549600505fa1b8abc11563eb026d6c40f8e0c37 (diff)
Add two i18n related FIXMEs.
Diffstat (limited to 'lib/mailbox.php')
-rw-r--r--lib/mailbox.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php
index 90a58b4c4..2b00f5ffd 100644
--- a/lib/mailbox.php
+++ b/lib/mailbox.php
@@ -224,6 +224,7 @@ class MailboxAction extends CurrentUserDesignAction
if ($message->source) {
$this->elementStart('span', 'source');
+ // FIXME: bad i18n. Device should be a parameter (from %s).
$this->text(_('from'));
$this->element('span', 'device', $this->showSource($message->source));
$this->elementEnd('span');