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
@@ -21,7 +21,7 @@
<span class='input-group-addon fix-border'><input id='withLeft' type='checkbox' checked name='withLeft' value='1' /> <label for='withLeft'><?php echo $lang->project->fixFirstWithLeft?></label></span>
<span class='input-group-btn'><?php echo html::submitButton();?></span>
</div>
<div class='alert alert-info'><?php echo $lang->project->totalEstimate . $project->totalEstimate . $lang->project->workHour;?></div>
<div class='alert alert-info'><?php echo $lang->project->totalEstimate . ' : ' . $project->totalEstimate . $lang->project->workHour;?></div>
</td>
</tr>
</table>