I'm surprised how many people ask about this and about the lack of a topic. Anyway, follow these instructions:
1. Navigate to Admin>Themes>Templates>Miniprofile and find this around line 27/28. It may be different if your miniprofile is edited, so search for: {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} </div><br /> 2. Replace it with: {if $[user.is_online]} <br /><span class="italic">Member is Online</span> {else} <br /><span class="italic">Member is Offline</span> {/if} </div><br />