N°2866 Change "cron" case in labels as it is not an acronym

Thanks @Hipska for the feedback done in Combodo/iTop#124 !
This commit is contained in:
Pierre Goiffon
2020-03-26 10:49:28 +01:00
parent 97f4c32271
commit 5b496f4d15
20 changed files with 22 additions and 22 deletions

View File

@@ -206,7 +206,7 @@ Opérateurs :<br/>
'Core:Context=Synchro' => 'Synchro',
'Core:Context=Setup' => 'Setup',
'Core:Context=GUI:Console' => 'Console',
'Core:Context=CRON' => 'CRON',
'Core:Context=CRON' => 'cron',
'Core:Context=GUI:Portal' => 'Portal',
));
@@ -1051,6 +1051,6 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Core:Context=Synchro+' => 'Synchro',
'Core:Context=Setup+' => 'Setup',
'Core:Context=GUI:Console+' => 'GUI:Console',
'Core:Context=CRON+' => 'CRON',
'Core:Context=CRON+' => 'cron',
'Core:Context=GUI:Portal+' => 'GUI:Portal',
));