Add two i18n related FIXMEs.
This commit is contained in:
parent
5549600505
commit
09dee24cbe
@ -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');
|
||||
|
@ -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(' ');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user