X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmailbox.php;h=2b00f5ffde0538f908fd7af15d4cf7d22c0697fc;hb=1cd60579f5ac99a2c8bfb12d35093f5c74f14b04;hp=90a58b4c486bfed92fe98f28371dacf6446182e9;hpb=b843ea6c4a0a3ee5f294571a52c6e2e52d3140d0;p=quix0rs-gnu-social.git diff --git a/lib/mailbox.php b/lib/mailbox.php index 90a58b4c48..2b00f5ffde 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');