View Single Post
Old 06-01-2017, 05:37 AM   #81
anacreon
Guru
anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.
 
anacreon's Avatar
 
Posts: 978
Karma: 3475832
Join Date: May 2012
Location: France
Device: Elipsa, Sage, Libra 2
Quote:
Originally Posted by oren64 View Post
Patch `New home screen footer rename`

Rename the left footer button.

File libnickel.so.1.0.0.patch

Spoiler:
Code:
<Patch>
patch_name = `New home screen footer rename`
patch_enable = `yes`
#
##Multi-version patch: 4.4.9344+ 
#
# Rename the left footer button. 
# 
#
# The lenght of the replace string must be 25 for example:
# `                         ` - replace with space show as empty
# `FirstName LastName       `
# `If lost call:123456789012`
#
find_base_address = `Find your next great read`
replace_string = 0000, `Find your next great read`, `Test, text length 25 char`
#
#replace_string = 0000, `Find your next great read`, `                         `
#replace_string = 0000, `Find your next great read`, `FirstName LastName       `
#replace_string = 0000, `Find your next great read`, `If lost call:123456789012`
#
#
# The lenght of the replace string must be 11 char.
#
#find_base_address = `)\0BROWSE KOBO\0`
#replace_string = 0002, `BROWSE KOBO`, `11 --- char`
</Patch>
Should it be ok if I substitute the French versions for the search and replace and equal length strings (respectively 31/14 characters)?

Thanks for your work.
anacreon is offline   Reply With Quote