From 70683263509275b4058d2e27f2ba99b67db80f42 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 4 Feb 2010 04:55:33 +0000 Subject: [PATCH] MINOR fix dropdown labels (from r97063) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98206 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 9f77ee41..2f7f8a64 100644 --- a/code/reports/BrokenLinksReport.php +++ b/code/reports/BrokenLinksReport.php @@ -102,8 +102,8 @@ class BrokenLinksReport extends SSReport { '' => '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', )) ); }