Sfoglia il codice sorgente

Minor - Fixing table labels

Julio Montoya 14 anni fa
parent
commit
43e17e7e63
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      main/newscorm/lp_list.php

+ 2 - 2
main/newscorm/lp_list.php

@@ -129,8 +129,8 @@ echo	'<tr>';
 echo	'<th width="50%">'.get_lang('Title').'</th>';
         
 if ($is_allowed_to_edit) {
-    echo    '<th>'.get_lang('StartDate').'</th>';
-    echo    '<th>'.get_lang('EndDate').'</th>';
+    echo    '<th>'.get_lang('PublicationDate').'</th>';
+    echo    '<th>'.get_lang('ExpirationDate').'</th>';
 }
 echo '<th>'.get_lang('Progress')."</th>";