From 12fb8f799621a3763cae7070e17bccdaf0941908 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 28 May 2010 02:30:51 +0000 Subject: [PATCH] MINOR: Change page title heading to "Page name" for consistency in CSV export (from r96925) (from r98200) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105844 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/reports/BrokenLinksReport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/reports/BrokenLinksReport.php b/code/reports/BrokenLinksReport.php index ed898216..47196743 100644 --- a/code/reports/BrokenLinksReport.php +++ b/code/reports/BrokenLinksReport.php @@ -57,7 +57,7 @@ class BrokenLinksReport extends SS_Report { function columns() { $fields = array( "Title" => array( - "title" => "Title", + "title" => "Page name", 'formatting' => '$value' ), "LastEdited" => array(