Skip to content

Commit

Permalink
修复一处翻译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Mar 16, 2019
1 parent df1d6d7 commit c7717fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3159,7 +3159,7 @@ function lng($txt) {
$tr['ch']['MemoryUsed'] = '使用的内存'; $tr['ch']['PartitionSize'] = '分区大小';
$tr['ch']['ErrorReporting'] = '错误报告'; $tr['ch']['ShowHiddenFiles'] = '显示隐藏文件';
$tr['ch']['FreeOf'] = '免费的'; $tr['ch']['FullSize'] = '全尺寸';
$tr['ch']['Zip'] = '压缩'; $tr['ch']['Tar'] = '柏油';
$tr['ch']['Zip'] = 'Zip'; $tr['ch']['Tar'] = 'Tar';

$i18n = fm_get_translations($tr);
$tr = $i18n ? $i18n : $tr;
Expand Down

0 comments on commit c7717fb

Please sign in to comment.