Quote:
Originally Posted by pghaworth
I love the 11/441 for pages in your image!  How did you accomplish that? Thanks for posting it. 
|
From the 2nd post in
GeoffR's patch thread, under "Other Patches" where it says "A patch to change the footer text, from "Page xx of yy" to "xx/yy": (libnickel.so.1.0.0.patch)" will show another link for what you add into GeoffR's patch.
What I changed it to is the the display I prefer is:
Code:
<Patch>
patch_name = `Custom footer`
patch_enable = `yes`
#
# Changes the footer text with something shorter
# (not sure how it affects translations)
#
replace_string = CAA164, `Page %1 <i>of</i> %2`, `%1 / %2`
</Patch>
Note that I added a space before and after the / for the page numbers. For my bad eyes and the font, it was just too scrunched together. The extra spacing makes it easier for me to read.