fixed typos

This commit is contained in:
hyung-hwan 2015-02-05 02:43:20 +00:00
parent 3df3fb3f25
commit ed8d5d57bb
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ $lang['Code'] = 'Code';
$lang['Code changes'] = 'Code changes';
$lang['Comment'] = 'Comment';
$lang['Commitable'] = 'Commitable';
$lang['Commiter'] = 'Commiter';
$lang['Committer'] = 'Committer';
$lang['Create'] = 'Create';
$lang['Created by'] = 'Created by';
$lang['Created on'] = 'Created on';

View File

@ -9,7 +9,7 @@ $lang['Code'] = 'Kode';
$lang['Code changes'] = 'Kode changes'
$lang['Comment'] = 'Comment';
$lang['Commitable'] = 'Commitable';
$lang['Commiter'] = 'Pengarang';
$lang['Committer'] = 'Pengarang';
$lang['Create'] = 'Dibuat';
$lang['Created by'] = 'Dibuat oleh';
$lang['Created on'] = 'Waktu dibuat';

View File

@ -11,7 +11,7 @@ $lang['Code'] = '코드';
$lang['Code changes'] = '코드변경';
$lang['Comment'] = '소견';
$lang['Commitable'] = '커밋가능';
$lang['Commiter'] = '커밋터';
$lang['Committer'] = '커밋터';
$lang['Create'] = '생성';
$lang['Created by'] = '최초생성인';
$lang['Created on'] = '최초생성시간';

View File

@ -189,7 +189,7 @@ $this->load->view (
print '<th>' . $this->lang->line('Name') . '</th>';
print '<th>' . $this->lang->line('Revision') . '</th>';
print '<th>' . $this->lang->line('Size') . '</th>';
print '<th>' . $this->lang->line('Commiter') . '</th>';
print '<th>' . $this->lang->line('Committer') . '</th>';
print '<th>' . $this->lang->line('Date') . '</th>';
print '<th>' . $this->lang->line('Blame') . '</th>';
print '<th>' . $this->lang->line('Difference') . '</th>';

View File

@ -93,7 +93,7 @@ $this->load->view (
<table id="code_history_mainarea_result_table">
<tr class='heading'>
<th><?=$this->lang->line('Revision')?></th>
<th><?=$this->lang->line('Commiter')?></th>
<th><?=$this->lang->line('Committer')?></th>
<th><?=$this->lang->line('Date')?></th>
<th><?=$this->lang->line('Message')?></th>
<?php if ($file['type'] == 'file' || $file['type'] == 'dir') print '<th></th>'; ?>