I think that all of those can be changed in the admin panel under "modify language", then search for the word "vote". I think the language item for those are:
PLIGG_Visual_Story_Who_Voted (for the tab)
PLIGG_Visual_Story_WhoVoted (for the header item)
You can just open up story_center.tpl in your template directory and do the following:
Find:
Code:
<span><a href="#" rel="who_voted">{#PLIGG_Visual_Story_Who_Voted#}</a></span> Replace with:
Code:
<span><a href="#" rel="who_voted">Who Saved</a></span>
Find:
Code:
<h2>{#PLIGG_Visual_Story_WhoVoted#}</h2> Replace with:
Code:
<h2>Who Saved this story</h2>