• 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 url with <?php _e( "Enter url", $this->hook ); ?>
    and
    Text (optional) with <?php _e( "Text (optional)", $this->hook ); ?>

    Line 1524: replace
    Not available for woocommerce with <?php _e( "Not available for woocommerce", $this->hook ); ?>

    Regards
    Micha? Maciejewski

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    Hi!

    Fixed.

    Thank you for reporting and your patience.

    Thread Starter Micha?

    (@mmmisiek)

    Hi,

    Thank you very much. Only one thing: in the line 1497 (ver. 3.12.1) now we have
    <?php _e('Do not use CSS for button styles'); ?>
    should be:
    <?php _e( "Do not use CSS for button styles", $this->hook ); ?>

    Regards
    Micha?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Untranslatable strings’ is closed to new replies.