Merge remote branch 'origin/master' into translation-staging

This commit is contained in:
TeamCity 2012-09-12 00:20:24 +12:00
commit a64b6e3751

View File

@ -207,7 +207,7 @@ class SideReport_BrokenLinks extends SS_Report {
function columns() {
return array(
"Title" => array(
"title" => "Title", // todo: use NestedTitle(2)
"title" => _t('ReportAdmin.ReportTitle', 'Title'), // todo: use NestedTitle(2)
"link" => true,
),
);