From 23648aa02904ca1a7a712f12969eaf1b156a9133 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 21 Jun 2005 06:47:46 +0000 Subject: [PATCH] Updated string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@772 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/macro/main.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gofon/macro/main.inc b/plugins/gofon/macro/main.inc index 074dd8166..31e0fdf42 100755 --- a/plugins/gofon/macro/main.inc +++ b/plugins/gofon/macro/main.inc @@ -35,9 +35,9 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/macros.png'), _("Macro management"), "\"\" ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/macros.png'), _("Phone macro management"), "\"\" ".$_SESSION['objectinfo']); } else { - $display= print_header(get_template_path('images/macros.png'), _("Macro management")); + $display= print_header(get_template_path('images/macros.png'), _("Phone macro management")); } /* Reset requested? */ -- 2.30.2