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/?p=freeside.git;a=commitdiff_plain;h=03be36821ff5e9a61f783cfbc0d22bc5d4114a32 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}} } }