Просмотр исходного кода

pa #675: renommage "modalite" en "modalite de formation".

FGM 13 лет назад
Родитель
Сommit
cdc2d89ceb
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      fgcf.features.content.inc
  2. 1 1
      fgcf.module

+ 2 - 2
fgcf.features.content.inc

@@ -377,7 +377,7 @@ o|Oui',
         ),
       ),
       'default_value_php' => NULL,
-      'label' => 'Modalité',
+      'label' => 'Modalité de formation',
       'weight' => '7',
       'description' => '',
       'type' => 'optionwidgets_buttons',
@@ -976,7 +976,7 @@ o|Oui',
     t('Icône'),
     t('Logo'),
     t('Longueur'),
-    t('Modalité'),
+    t('Modalité de formation'),
     t('Objectif'),
     t('Organisme de formation'),
     t('Public concerné'),

+ 1 - 1
fgcf.module

@@ -467,7 +467,7 @@ function fgcf_filter_form($form_state) {
       ? $_SESSION['fgcf']['modalite']
       : array();
   $form['filtre']['modalite'] = array(
-    '#title'   => t('Modalité'),
+    '#title'   => t('Modalité de formation'),
     '#type'    => 'checkboxes',
     '#options' => array(
       '1'    => t('Intra-entreprise'),