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.
|