Title: Changing the &quot;Processing&quot; message
Last modified: August 22, 2016

---

# Changing the "Processing" message

 *  Resolved [paulotebet](https://wordpress.org/support/users/paulotebet-1/)
 * (@paulotebet-1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/changing-the-processing-message/)
 * I’ve tried to use the code you’ve provided to change the “Processing” message,
   but it is not working. I try to guess the variable name, based on the “Submit”
   code with no success.
 * Here what I’ve tried:
 * function mc_change_processing_text($processing) {
    $submit = str_replace(“Processing”,“
   Processando”, $processing); return $processing; }add_filter(‘osd_mc_forms_1’,‘
   mc_change_procesing_text’, 10, 1); add_filter(‘osd_mc_forms_2’, ‘mc_change_procesing_text’,
   10, 1); add_filter(‘osd_mc_forms_3’, ‘mc_change_procesing_text’, 10, 1); add_filter(‘
   osd_mc_forms_4’, ‘mc_change_procesing_text’, 10, 1);
 * Would appreciate if you could help me fix this code.
 * Regards,
 * Paulo Tebet
 * [https://wordpress.org/plugins/osd-mailchimp-forms/](https://wordpress.org/plugins/osd-mailchimp-forms/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * (@osdwebdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/changing-the-processing-message/#post-5763118)
 * Added this to the updates list…
 * Right now there is not a way to change that message without editing the code 
   of the plugin. If you have FTP access the file located at wp-content -> plugins-
   > osd-mailchimp-forms -> includes -> js.php
 * line 65 reads
    `messages[i].innerHTML = "Processing...";`
 * you will need to change that to
    `messages[i].innerHTML = "Processando...";`
 * I am sorry that there is not an easier way to change that out of box. The plugin
   was not planned to be multilingual. We will include the ability to change this
   message in the update.
 * thanks – OSD
 *  Thread Starter [paulotebet](https://wordpress.org/support/users/paulotebet-1/)
 * (@paulotebet-1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/changing-the-processing-message/#post-5763239)
 * Thanks for the reply.
 * Regards,
 * Paulo

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing the "Processing" message’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/osd-mailchimp-forms_964078.svg)
 * [OSD MailChimp Forms](https://wordpress.org/plugins/osd-mailchimp-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/osd-mailchimp-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/osd-mailchimp-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/osd-mailchimp-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/osd-mailchimp-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/osd-mailchimp-forms/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [paulotebet](https://wordpress.org/support/users/paulotebet-1/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/changing-the-processing-message/#post-5763239)
 * Status: resolved