Untranslatable strings
-
Hello,
first thank you for a great idea and your job.
There are some untranslatable strings in the file pf.php.Line 1343 (plugin ver. 3.8.7): please replace
Do not use CSS for button styles
with
<?php _e( "Do not use CSS for button styles", $this->hook ); ?>Line 1424: replace
Enter urlwith<?php _e( "Enter url", $this->hook ); ?>
and
Text (optional)with<?php _e( "Text (optional)", $this->hook ); ?>Line 1524: replace
Not available for woocommercewith<?php _e( "Not available for woocommerce", $this->hook ); ?>Regards
Michał Maciejewski
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Untranslatable strings’ is closed to new replies.