Notifications
Clear all
Topic starter
28/11/2017 3:52 pm
To make translation easy, it would be nice if you could change this:
<input class="wc_comm_submit wc_not_clicked button alt" type="submit" name="<?php echo $name; ?>" value="<?php echo $args['name']; ?>">
to
<input class="wc_comm_submit wc_not_clicked button alt" type="submit" name="<?php echo $name; ?>" value="<?php echo __($args['name'], 'wpdiscuz') ; ?>">
in /forms/wpdFormAttr/Field/DefaultField/Submit.php (line 60).
28/11/2017 8:22 pm
Thank you for this suggestion. We'll take this under consideration.