Change the tooltip text of the clippy

This commit is contained in:
mdtrooper 2014-09-22 13:35:48 +02:00
parent 835c63c514
commit 27c16b04e8
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ config_check();
true,
array("id" => 'clippy',
"class" => 'clippy',
"alt" => __('Clippy'),
'title' => __('Clippy'))) .
"alt" => __('Pandora FMS assistant'),
'title' => __('Pandora FMS assistant'))) .
'</a>';
}