diff options
author | Mark Wells <mark@freeside.biz> | 2016-08-26 14:55:48 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-08-26 14:55:48 -0700 |
commit | 8b37069f938208760656e740ebbf0e49c1ef1854 (patch) | |
tree | 232b78d51b03e6121da674c4daf75e1886c150a4 | |
parent | dbb2e37427b0edc90a633dd6a23aea57faf949ad (diff) |
localize "of" in invoice page numbers ("1 of 5", etc.), #39084
-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}}
}
}
|