Add context to mode select strings

This commit is contained in:
Brian Miyaji
2014-06-19 17:51:28 +10:00
parent 33069f395d
commit 9e95bafb0a
2 changed files with 3 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ class SP_Settings_General extends SP_Settings_Page {
'default' => 'team',
'type' => 'select',
'options' => array(
'team' => __( 'Team', 'sportspress' ),
'player' => __( 'Individual', 'sportspress' ),
'team' => _x( 'Team', 'mode select', 'sportspress' ),
'player' => _x( 'Individual', 'mode select', 'sportspress' ),
),
),