Pretty sure all you need to do is use a pulldown editor>>> that should work.
I would use jrummy's "root tools".
I checked out jrummy's "root tools" but they did NOT have the option to change that text that I was looking for. However, I do see that have some other cool options (including more custom boot animations) so thanks for the tip!!
I did some more research and found an XDA article with the answer. I dont have the link but the gist of it is this:
You have to pull the eri.xml file from the framework-res.apk file. You can then replace the eri.xml file within framework-res.apk with another eri.xml that has the desired text you want. Once that is done you have to put the updated framework-res.apk file back on the device. I had to use ADB from the Android SDK to do this as I could not get it to work with Root Explorer. To get an eri.xml with the desired text you can either use a Hex Editor to edit the correct spot in the file (you are limited to somewhere between 9-15 characters) or you can replace the file with another copy that already has the desired text. I ended up replacing the file with another copy I was able to pull that already had the text I wanted.
WARNING: The first time I tried to boot my phone after doing this it hung on the boot animation. I booted to recovery and cleared my cache and that resolved the issue.
Thanks,
ek_skotous