X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmailbox.php;h=2b00f5ffde0538f908fd7af15d4cf7d22c0697fc;hb=dc4fafbbd16adecc94fb1e3ee889689cfb786c3a;hp=90a58b4c486bfed92fe98f28371dacf6446182e9;hpb=6512282241cbc06903f64a566295804017beb8e5;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');