summaryrefslogtreecommitdiff
path: root/conf/invoice_latex
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-08-26 14:55:48 -0700
committerMark Wells <mark@freeside.biz>2016-08-26 15:00:44 -0700
commit03be36821ff5e9a61f783cfbc0d22bc5d4114a32 (patch)
tree43c0853f0a149833fc28963125d89e968b5261a3 /conf/invoice_latex
parentf122002060734955dee22d5d32a51d90af3a4489 (diff)
localize "of" in invoice page numbers ("1 of 5", etc.), #39084
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r--conf/invoice_latex2
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}}
}
}