Code

Layout improvements for generic view
[gosa.git] / plugins / gofon / macro / main.inc
index 074dd8166ab1e0eb6cd669940350d0dabbeb7cfd..31e0fdf42dfee06ae1caa1e40551d65a30927149 100755 (executable)
@@ -35,9 +35,9 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/macros.png'), _("Macro management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/macros.png'), _("Phone macro management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_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? */