diff --git a/index.php b/index.php index 32593297c8..30ca709630 100755 --- a/index.php +++ b/index.php @@ -185,7 +185,7 @@ <?php echo '<p><table border="0" width="100%" align="center">'; //Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added. - echo '<a href="javascript:opennotifywindow()">Open notify window</a>'; + echo '<a href="javascript:opennotifywindow()">' . lang('Open notify window') . '</a>'; $phpgw->common->hook('home',array('email','calendar','news','addressbook'));