View Single Post
Old 10-25-2014, 11:26 PM   #38
ectoplasm
Addict
ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.
 
Posts: 255
Karma: 1151364
Join Date: Aug 2009
Device: Aura HD and H2O
Quote:
Originally Posted by Jellby View Post
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.
Isn't the length supposed to be the same?
Like this:
Code:
replace_string = CAA164, `Page %1 <i>of</i> %2`, `     %1 / %2        `
Or does that not apply in this case?
ectoplasm is offline   Reply With Quote