From 30148312bc2c31ad759e2fbbf2d5b5b28e6bb2a4 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 13 Jun 2001 07:48:20 +0000 Subject: [PATCH] Make open notify window a lang call --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 32593297c8..30ca709630 100755 --- a/index.php +++ b/index.php @@ -185,7 +185,7 @@ '; //Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added. - echo 'Open notify window'; + echo '' . lang('Open notify window') . ''; $phpgw->common->hook('home',array('email','calendar','news','addressbook'));