diff --git a/dev/DebugView.php b/dev/DebugView.php index d29d9987a..7a094d6a9 100644 --- a/dev/DebugView.php +++ b/dev/DebugView.php @@ -31,11 +31,11 @@ class DebugView extends Object { 'class' => 'notice' ), E_DEPRECATED => array( - 'title' => 'Deprecation', + 'title' => 'Deprecated', 'class' => 'notice' ), E_USER_DEPRECATED => array( - 'title' => 'Deprecation', + 'title' => 'User Deprecated', 'class' => 'notice' ), E_CORE_ERROR => array(