From 0a8ee1ef14c53ab37d5bfcd67a8f6fb1ee3dcb9d Mon Sep 17 00:00:00 2001 From: wlx Date: Wed, 23 Nov 2011 14:21:11 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E9=99=90=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/MetadataPDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/MetadataPDF.php b/application/models/MetadataPDF.php index 66af1f49..b7ab0fd3 100644 --- a/application/models/MetadataPDF.php +++ b/application/models/MetadataPDF.php @@ -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);