Browse Source

Minor - Fixing table labels

Julio Montoya 14 years ago
parent
commit
43e17e7e63
1 changed files with 2 additions and 2 deletions
  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>";