Support

Account

Home Forums Bug Reports Translation problems options page Reply To: Translation problems options page

  • The error would be in the file options-page.php, in function postbox_submitdiv(){…} ?

    Button text output has not been translated:

    value="<?php echo $this->page['update_button']; ?>"

    Solution:

    value="<?php echo __($this->page['update_button']); ?>"