diff --git a/codepot/src/codepot/language/english/common_lang.php b/codepot/src/codepot/language/english/common_lang.php index 05963d51..efe82b3d 100644 --- a/codepot/src/codepot/language/english/common_lang.php +++ b/codepot/src/codepot/language/english/common_lang.php @@ -59,6 +59,7 @@ $lang['Overview'] = 'Overview'; $lang['Owner'] = 'Owner'; $lang['Password'] = 'Password'; $lang['Path'] = 'Path'; +$lang['Preview'] = 'Preview'; $lang['Priority'] = 'Priority'; $lang['Project'] = 'Project'; $lang['Projects'] = 'Projects'; diff --git a/codepot/src/codepot/language/indonesian/common_lang.php b/codepot/src/codepot/language/indonesian/common_lang.php index 4bce175e..b587f200 100644 --- a/codepot/src/codepot/language/indonesian/common_lang.php +++ b/codepot/src/codepot/language/indonesian/common_lang.php @@ -55,6 +55,7 @@ $lang['Overview'] = 'Ringkasan'; $lang['Owner'] = 'Owner'; $lang['Password'] = 'Kata sandi'; $lang['Path'] = 'Path'; +$lang['Preview'] = 'Preview'; $lang['Priority'] = 'Pirority'; $lang['Project'] = 'Proyek'; $lang['Projects'] = 'Proyek'; diff --git a/codepot/src/codepot/language/korean/common_lang.php b/codepot/src/codepot/language/korean/common_lang.php index bacfb752..c6e6ebdb 100644 --- a/codepot/src/codepot/language/korean/common_lang.php +++ b/codepot/src/codepot/language/korean/common_lang.php @@ -59,6 +59,7 @@ $lang['Overview'] = '개요'; $lang['Owner'] = '담당자'; $lang['Password'] = '패스워드'; $lang['Path'] = '경로'; +$lang['Preview'] = '미리보기'; $lang['Priority'] = '중요도'; $lang['Project'] = '프로젝트'; $lang['Projects'] = '프로젝트'; diff --git a/codepot/src/codepot/views/file_edit.php b/codepot/src/codepot/views/file_edit.php index 9b4a5761..bbdb584f 100644 --- a/codepot/src/codepot/views/file_edit.php +++ b/codepot/src/codepot/views/file_edit.php @@ -109,7 +109,7 @@ $this->load->view (