]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add two i18n related FIXMEs.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Aug 2010 19:13:21 +0000 (21:13 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Aug 2010 19:13:21 +0000 (21:13 +0200)
lib/mailbox.php
lib/noticelist.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');
index 252e1ca9002f9ad01a7d6ca89c0f11427781d0db..dbc5bfb519afb5bd7a2b8d418ec972e555120850 100644 (file)
@@ -502,6 +502,7 @@ class NoticeListItem extends Widget
             $source_name = (empty($ns->name)) ? _($ns->code) : _($ns->name);
             $this->out->text(' ');
             $this->out->elementStart('span', 'source');
+            // FIXME: probably i18n issue. If "from" is followed by text, that should be a parameter to "from" (from %s).
             $this->out->text(_('from'));
             $this->out->text(' ');