From 27c16b04e86ab2d7f660976a5c580c7f44805fb0 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 22 Sep 2014 13:35:48 +0200 Subject: [PATCH] Change the tooltip text of the clippy --- pandora_console/general/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 67ab087070..9b02b2c31f 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -136,8 +136,8 @@ config_check(); true, array("id" => 'clippy', "class" => 'clippy', - "alt" => __('Clippy'), - 'title' => __('Clippy'))) . + "alt" => __('Pandora FMS assistant'), + 'title' => __('Pandora FMS assistant'))) . ''; }