Sfoglia il codice sorgente

Minor: Update language term reference in extra/myStudents.php

Yannick Warnier 6 anni fa
parent
commit
ec1e28c344
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      main/extra/myStudents.php

+ 2 - 2
main/extra/myStudents.php

@@ -2219,7 +2219,7 @@ if (empty($_GET['details'])) {
     <!-- line about exercises -->
     <!-- line about exercises -->
     <table class="data_table">
     <table class="data_table">
         <tr>
         <tr>
-            <th><?php echo get_lang('Exercices'); ?></th>
+            <th><?php echo get_lang('Exercises'); ?></th>
             <th><?php echo get_lang('LearningPath'); ?></th>
             <th><?php echo get_lang('LearningPath'); ?></th>
             <th><?php echo get_lang('AvgCourseScore').' '.Display:: return_icon(
             <th><?php echo get_lang('AvgCourseScore').' '.Display:: return_icon(
                         'info3.gif',
                         'info3.gif',
@@ -2234,7 +2234,7 @@ if (empty($_GET['details'])) {
 
 
         $csv_content[] = [];
         $csv_content[] = [];
     $csv_content[] = [
     $csv_content[] = [
-            get_lang('Exercices'),
+            get_lang('Exercises'),
             get_lang('LearningPath'),
             get_lang('LearningPath'),
             get_lang('AvgCourseScore'),
             get_lang('AvgCourseScore'),
             get_lang('Attempts'),
             get_lang('Attempts'),