Metric => Metrics

This commit is contained in:
Brian Miyaji
2015-01-21 23:51:04 +11:00
parent 5dc8254062
commit 1f7c5a35b8

View File

@@ -49,7 +49,7 @@ class SP_Meta_Box_Equation {
$options[ 'Performance' ] = self::optgroup( 'sp_performance' ); $options[ 'Performance' ] = self::optgroup( 'sp_performance' );
break; break;
case 'metric': case 'metric':
$options[ 'Metric' ] = self::optgroup( 'sp_metric' ); $options[ 'Metrics' ] = self::optgroup( 'sp_metric' );
break; break;
endswitch; endswitch;
endforeach; endforeach;