Merge branch 'testing' into 0.9.x

This commit is contained in:
Brion Vibber 2010-08-05 11:02:53 -07:00
commit 433c43c999

View File

@ -499,7 +499,7 @@ class NoticeListItem extends Widget
$ns = $this->notice->getSource();
if ($ns) {
$source_name = _($ns->code);
$source_name = (empty($ns->name)) ? _($ns->code) : _($ns->name);
$this->out->text(' ');
$this->out->elementStart('span', 'source');
$this->out->text(_('from'));