Not sure if you insert $current_category.category directly into the descr will it work, try. Also you can try substitute - you can do like this: in description insert {{category_text}} where you want it to appear and then when you call the descr in product.tpl do like this
{$product.descr|substitute:"category_text":$curren t_category.category}. Not sure if this will work either
