diff --git a/code/model/RedirectorPage.php b/code/model/RedirectorPage.php index 0e5777c5..29c9e42d 100644 --- a/code/model/RedirectorPage.php +++ b/code/model/RedirectorPage.php @@ -6,7 +6,7 @@ * @subpackage content */ class RedirectorPage extends Page { - private static $description = 'Redirects to a different internal page'; + private static $description = 'Redirects to an internal page or an external URL'; private static $db = array( "RedirectionType" => "Enum('Internal,External','Internal')",