Site icon Hip-Hop Website Design and Development

Plugin translation not being displayed

I’d like to change some translatable text of a plugin I’m using, Buddypress Group Email Subscription. The text is: No Email (users will read this group on the web - good for any group - the default), and I want to change it to No Email (users will read this group on the web - good for any group), since it’s not really default. Here’s what I’ve done so far:

But the translation isn’t taking. I still see the old text. I can’t figure out what I’m doing wrong. I checked the .po file to make sure there wasn’t a similar string elsewhere that I should be editing instead, but it’s just that one.

For reference, here’s the offending line in the plugin’s code:

<?php _e( 'No Email (users will read this group on the web - good for any group - the default)', 'bp-ass' ) ?></label>