Hi.
I want to change where it says on the post "modify" where the user is able to modify his post to say "edit" instead. Just like it better.
Is there an easy way to change it?
Thanks.
Inside the default theme's "languages" directory, you'll fine index.english.php.
Find:
$txt[17] = 'Modify';
and change it to:
$txt[17] = 'Edit';
Cool, thanks
Pleasure!
Marked as "Solved". :)