View Single Post
Old 12-05-2014, 02:31 PM   #4
Ripplinger
350 Hoarder
Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.
 
Ripplinger's Avatar
 
Posts: 3,574
Karma: 8281267
Join Date: Dec 2010
Location: Midwest USA
Device: Sony PRS-350, Kobo Glo & Glo HD, PW2
I'm getting a replace_string mismatched data error for the patch to display page numbers as 'x / y' instead of 'Page x of y' (libnickel.so.1.0.0.patch). I've tried adding enough spaces to match the original string but still getting the same error. I added it towards the bottom of the libnickel.so.1.0.0.patch file with the rest of the patches, which I've done in the past, and it's worked before, but I'm sure I'm doing something wrong.

<Patch>
patch_name = `Custom footer`
patch_enable = `yes`
#
# Changes the footer text with something shorter
# (not sure how it affects translations)
#
replace_string = D1BCE8, `Page %1 <i>of</i> %2`, `%1 / %2`
</Patch>

Edited: Edited the incorrect string here just to prevent anyone accidentally using it.

Last edited by Ripplinger; 12-06-2014 at 12:31 AM.
Ripplinger is offline   Reply With Quote