I checked the generic.php file and “submit” appears to be fine.

$ubbt_lang['BUTT_SUBMIT'] = "Submit";

When I use my browser to view the source of addpost.php I find

<input type="submit" name="textcont" value="" class="buttons" />

Ah ha I say, the value is “”

So I go to edit my addpost.php, but I can’t find any reference to submit or buttons.

Addpost.php is ver 6.5

Thanks