Julio Montoya 14 лет назад
Родитель
Сommit
43e17e7e63
1 измененных файлов с 2 добавлено и 2 удалено
  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>";