Specifically, I'm trying to change the word "Price" on the listings page to "Budget".
I changed this code (Line 78 of the item-post.php page under the Bender Theme) from <label class="control-label" for="price"><?php _e('Price', 'bender'); ?></label>
to:
<label class="control-label" for="price"><?php _e('Budget', 'bender'); ?></label>
but that didn't change it.
Any help would be very much appreciated.
Thanks!