MINOR Adjusted wording based on E_DEPRECATED and E_USER_DEPRECATED error levels.

This commit is contained in:
Sean Harvey 2012-04-03 10:28:07 +12:00
parent a2979f0551
commit 349019e780

View File

@ -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(