I was able to fix this, by editing these lines in popular-widget.php
$this->tabs = apply_filters( 'pop_defaults_tabs', array(
'recent' => __( '<span>Recent </span> Posts', 'pop-wid' ) ,
'comments' => __( '<span>Recent </span>Comments', 'pop-wid' ) ,
'commented' => __( '<span>Most </span>Commented', 'pop-wid' ),
'viewed' => __( '<span>Most </span>Viewed', 'pop-wid' ),
'tags' => __( 'Tags', 'pop-wid' )
) );
Removing all <span> & </span> tags then re-uploading fixes this problem.