modify the translate

This commit is contained in:
dajiao007
2018-01-10 19:39:51 +08:00
parent 1e12da117f
commit fa00dc9d9c
64 changed files with 601 additions and 579 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ EOT;
<?php elseif($module == 'user' and $field == 'deleted'):?>
<table class='table table-form mw-600px'>
<tr>
<th class='w-100px'><?php echo $lang->custom->user->fields['deleted'];?></th>
<th class='w-150px'><?php echo $lang->custom->user->fields['deleted'];?></th>
<td><?php echo html::radio('showDeleted', $lang->custom->deletedList, $showDeleted);?></td>
</tr>
<tr>