Your posts always lack the necessary information we need to help you... The HTML of the 11/12 would be helpful. In absence of that, I'll guess:
If the HTML currently looks like:
Code:
<div class="counts">11/12</div>
You'd need to change it to something like:
Code:
<div class="counts">
<span class="Tooltip" title="{xen:phrase discussions}">11</span>/<span class="Tooltip" title="{xen:phrase messages}">12</span>
</div>