diff options
author | Mark Wells <mark@freeside.biz> | 2016-08-26 14:55:48 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-08-26 15:00:44 -0700 |
commit | 03be36821ff5e9a61f783cfbc0d22bc5d4114a32 (patch) | |
tree | 43c0853f0a149833fc28963125d89e968b5261a3 /conf/invoice_latex | |
parent | f122002060734955dee22d5d32a51d90af3a4489 (diff) |
localize "of" in invoice page numbers ("1 of 5", etc.), #39084
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r-- | conf/invoice_latex | 2 |
1 files changed, 1 insertions, 1 deletions
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}}
}
}
|