Merge remote-tracking branch 'origin/3.0'

This commit is contained in:
Ingo Schommer 2012-09-11 14:05:40 +02:00
commit bb4af2efbf

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,
),
);