summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-08-08 21:13:21 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-08-08 21:13:21 +0200
commit09dee24cbeadfb1fef797d38265e2ece09266bb0 (patch)
tree76a6c41dc3d550431fc13c62798502c1e9f88dfc /lib/noticelist.php
parent5549600505fa1b8abc11563eb026d6c40f8e0c37 (diff)
Add two i18n related FIXMEs.
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index 252e1ca90..dbc5bfb51 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -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(' ');