浏览代码

Minor - Fixing table labels

Julio Montoya 14 年之前
父节点
当前提交
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>";