Looking at the code. In themes/default/template.php there is the following line:
$menu_brand_text = ($_SESSION['theme']['menu_brand_text']['text'] != '') ? escape($_SESSION['theme']['menu_brand_text']['text']) : "FusionPBX";
Which suggests that the hover text defaults to "FusionPBX" unless a...