Quote Originally Posted by lexnaturalis View Post
Quote Originally Posted by The Evil Mr. Greebo View Post
I haven't yet figured out how to change keywords like this, but I'm eager to figure it out too.
The only way I know how is to change the language file directly. For example, here's the basic index.php template location:
/home/upgrade/public_html/forum/Themes/default/languages/index.english.php

The lines in question are lines 643 & 644
Code:
$txt['previous_next_back'] = '« previous';
$txt['previous_next_forward'] = 'next »';
Well, that's what I was wondering. I was thinking maybe they were database driven.