Go to Manage, Theme Editior (this is from WP 2.5, but you get the idea). On the index.php (or Main Index Template) it should have the following lines of php:
<!–navigation–>
<?php next_posts_link(‘« Previous Entries’) ?>
<?php previous_posts_link(‘Next Entries »’) ?>
Edit the words “Previous Entries” and “Next Entries”, not the funky script before and after the words within the ( ). See if this works.