Advertisement:

Author Topic: [Bug] "Mark as..." dropdown  (Read 578 times)

destabilizator

  • Newbie
  • *
  • Posts: 24
[Bug] "Mark as..." dropdown
« on: June 25, 2015, 03:58:26 pm »
"Mark as..." dropdown in item-sidebar.php is not pulling from translation, because it's trying to pull whole sentence, eg.
Code: [Select]
<option><?php _e("Mark as..."'bender'); ?></option>
should be

Code: [Select]
<option><?php _e("Mark as"'bender'); ?>...</option>
Problem with all the items in the dropdown list.