Skip to content

Commit

Permalink
RFEC module: fix grade names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsito committed Dec 4, 2015
1 parent 2a80679 commit ddc25bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agility/modules/rfec/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function __construct() {
'ListaGrados' => array (
'-' => 'Sin especificar',
'Baja' => 'Baja temporal',
'GI' => 'Iniciacion',
'GII'=> 'Competicion',
'GI' => '1-Promocion',
'GII'=> '2-Competicion',
'GIII' => 'Grado III', // no existe
'P.A.' => 'Promocion',
'P.A.' => '0-Iniciacion',
'P.B.' => 'Perro en Blanco',
'Ret.' => 'Retirado',
),
Expand Down

0 comments on commit ddc25bc

Please sign in to comment.