projects icon indicating copy to clipboard operation
projects copied to clipboard

can not translate ''Show All''

Open slideup-benni opened this issue 10 years ago • 1 comments

there is a little mistake in the file "projects-by-woothemes/classes/class-projects-admin.php":

'show_option_all' => __( 'Show All ' . $tax_obj->label, 'projects-by-woothemes' ),

it should be:

'show_option_all' => sprintf(__( 'Show All %s', 'projects-by-woothemes' ), $tax_obj->label),

slideup-benni avatar Dec 18 '15 14:12 slideup-benni

"Add New" and "All %s" isn't translatable too

slideup-benni avatar Dec 18 '15 14:12 slideup-benni