]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mailbox.php
Add two i18n related FIXMEs.
[quix0rs-gnu-social.git] / lib / mailbox.php
index 90a58b4c486bfed92fe98f28371dacf6446182e9..2b00f5ffde0538f908fd7af15d4cf7d22c0697fc 100644 (file)
@@ -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');