Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks.

    This is a frequent request and I plan to add a filter and an option for editing it, along with the notification email text, soon.

    That message and the submit button text are translatable using gettext if you wish to use a tool like Poedit to make .po/.mo files and add them to the languages subdirectory. I will add a .pot file soon. I18n has not been a high priority recently.

    If you wish to edit the plugin directly, you will find both texts in `includes/shortcode-form.php’, just skip any updates until I can make these improvements.

    Thread Starter edumusa

    (@edumusa)

    Thanks for the reply Chris!
    maybe i’ll try learning the Poedit while waiting for the upgrade.
    i think hacking plugin files isn’t the best option…

    meanwhile, i have made a gambit workaround with css:

    .testimonial-success:before {
    	content: 'Here goes my message.';
    }
    .testimonial-success > #visitar { /*this is an anchor inserted in the page editor */
    	display:none;
    }

    regards

    Plugin Contributor Chris Dillon

    (@cdillon27)

    I will be publishing version 1.11 soon but this will have to wait for 1.12.

    I did some testing and found out that the WordPress browser elements like the “Choose file” button and the “No file chosen” message are controlled by the WordPress language and browser language settings.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Sorry, that last part was meant for another thread. I’m going to close this one. Version 1.12 will have what you’re looking for.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘edit succeeded message’ is closed to new replies.