Quote:
Originally Posted by Jellby
I don't like the "Page xx of yy" format for the footer, but I still want to see the "pages", so I'm using this patch:
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>
Now the footer is simply "xx/yy". Similar patches could be done for the percentage and time left formats, I guess.
|
I really like this as well and added it into the patch and it worked great. I added a space before and after the slash though so it's not all crowded together which makes it easier for my decrepit eyes to read.