Try editing your template’s index.php file. Look for these tags:
`<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Previous Post’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Next Post »’) ?></div>
</div>`
And write whatever you want them to read on your page. Worked for me.
Hope this helps!