From: Mark Wells Date: Fri, 26 Aug 2016 21:55:48 +0000 (-0700) Subject: localize "of" in invoice page numbers ("1 of 5", etc.), #39084 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b879005b9c38f96f83838cb9e8583a24e1ce377b;p=freeside.git localize "of" in invoice page numbers ("1 of 5", etc.), #39084 --- diff --git a/conf/invoice_latex b/conf/invoice_latex index c1d04d651..1cbed4a6d 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -117,7 +117,7 @@ { % First page } { % ... pages - \small{\thepage\ of \pageref{LastPage}} + \small{\thepage~[@-- emt('of') --@]~\pageref{LastPage}} } }