使用限制修改为使用声明
This commit is contained in:
parent
300a23ee55
commit
0a8ee1ef14
|
@ -138,7 +138,7 @@ class MetadataPDF extends PDF_Unicode
|
|||
$this->write(5,$this->metadata['suppinfo']);
|
||||
|
||||
$this->ln(5);
|
||||
$this->Cell(0,8,' 使用限制',0,1,'L',true);
|
||||
$this->Cell(0,8,' 使用声明',0,1,'L',true);
|
||||
$this->write(5,$this->metadata['uselimits']);
|
||||
|
||||
$this->Cell(0,8,' 相关链接',0,1,'L',true);
|
||||
|
|
Loading…
Reference in New Issue