From 1bff281924b3a34fb5177a3e79251c2b5aec0017 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 28 May 2010 02:32:19 +0000 Subject: [PATCH] MINOR fix dropdown labels (from r97063) (from r98206) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105851 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/reports/BrokenLinksReport.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/reports/BrokenLinksReport.php b/code/reports/BrokenLinksReport.php index 497c9834..f72a5265 100644 --- a/code/reports/BrokenLinksReport.php +++ b/code/reports/BrokenLinksReport.php @@ -102,8 +102,8 @@ class BrokenLinksReport extends SS_Report { '' => 'Any', 'BROKENFILE' => 'Broken file', 'BROKENLINK' => 'Broken link', - 'VPBROKENLINK' => 'Virtual page pointing to invalid source', - 'RPBROKENLINK' => 'Redirector page pointing to invalid destination', + 'VPBROKENLINK' => 'Virtual page pointing to non-existent page', + 'RPBROKENLINK' => 'Redirector page pointing to non-existent page', )) ); }