Fixed report title column localization

This commit is contained in:
Ingo Schommer 2012-09-11 12:49:27 +02:00
parent 1a2961d2cc
commit 9b6ca79746
1 changed files with 1 additions and 1 deletions

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