Fix a typo error in a variable name

This commit is contained in:
Emmanuel Papin 2015-01-04 14:01:01 +01:00
parent 39e6de8f68
commit 491df7671d
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ $SLANG = array(
'AlarmMaximumFPS' => 'Alarm Maximum FPS',
'AlarmPx' => 'Px Alarme',
'AlarmRGBUnset' => 'You must set an alarm RGB colour',
'AlarmeScore' => 'Score alarme',
'AlarmScore' => 'Score alarme',
'Alert' => 'Alerte',
'All' => 'Tous',
'Apply' => 'Appliquer',

View File

@ -93,9 +93,9 @@ $generalOptions=array(
)
)
),
'AlarmeScore'=>array(
'AlarmScore'=>array(
'Type'=>'integer',
'Name'=>'AlarmeScore',
'Name'=>'AlarmScore',
'Min'=>'1',
'Max'=>'100',
'Value'=>'99',