Skip to content

Commit

Permalink
Fixed report title column localization
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Sep 11, 2012
1 parent 94c4061 commit 9124d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/reports/SideReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function sourceRecords($params = null) {
function columns() {
return array(
"Title" => array(
"title" => "Title", // todo: use NestedTitle(2)
"title" => _t('ReportAdmin.ReportTitle', 'Title'), // todo: use NestedTitle(2)
"link" => true,
),
);
Expand Down

0 comments on commit 9124d8a

Please sign in to comment.