Howdy!

I installed Dynamic Filter and it seems to be working except for the filter sidebox headings. For example, instead of "By ", the DYNAMIC_FILTER_TEXT_PREFIX displays DYNAMIC_FILTER_TEXT_PREFIX. All of the headings do this. Here's the source of that part of the page:
Code:
!--// bof: dynamicfilter //-->
<div class="leftBoxContainer" id="dynamicfilter" style="width: 150px">
<h3 class="leftBoxHeading" id="dynamicfilterHeading">BOX_HEADING_FILTER</h3>
<div id="dynamicfilterContent" class="sideBoxContent"><form name="product_filter_form" action="" method="get"><input type="hidden" name="cPath" value="65" /><hr width="90%" size="0" /><div><div class="dFilter"><p class="dFilterHeading">DYNAMIC_FILTER_TEXT_PREFIXDYNAMIC_FILTER_TEXT_PRICEDYNAMIC_FILTER_TEXT_SUFFIX</p><ul><li class="dFilterLink"><a class="enabled" rel="nofollow" href="http://192.168.1.117/menstore/jewelry/Silver_Jewelry?DYNAMIC_FILTER_PREFIXDYNAMIC_FILTER_PRICE_GROUP[]=51.75--62" >$52 and over</a></li></ul></div></div></ul></div></div><div id="dFilterClearAll"></div></form></div></div>
<!--// eof: dynamicfilter //-->
Can someone help me fix it? Thanks!