phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] calendar/inc hook_help.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] calendar/inc hook_help.inc.php
Date: Tue, 06 Mar 2007 15:07:07 +0000

CVSROOT:        /sources/phpgroupware
Module name:    calendar
Changes by:     Sigurd Nes <sigurdne>   07/03/06 15:07:07

Modified files:
        inc            : hook_help.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/calendar/inc/hook_help.inc.php?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: hook_help.inc.php
===================================================================
RCS file: /sources/phpgroupware/calendar/inc/hook_help.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- hook_help.inc.php   6 Mar 2007 15:00:12 -0000       1.1
+++ hook_help.inc.php   6 Mar 2007 15:07:07 -0000       1.2
@@ -24,7 +24,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package calendar
        * @subpackage manual
-       * @version $Id: hook_help.inc.php,v 1.1 2007/03/06 15:00:12 sigurdne 
Exp $
+       * @version $Id: hook_help.inc.php,v 1.2 2007/03/06 15:07:07 sigurdne 
Exp $
        */
 
 
@@ -45,19 +45,19 @@
        );
        $GLOBALS['phpgw']->help->data[] = array
        (
-               'text'                                  => lang('overview'),
+               'text'                                  => lang('view'),
                'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('view.odt'),
                'lang_link_statustext'  => lang('overview')
        );
        $GLOBALS['phpgw']->help->data[] = array
        (
-               'text'                                  => lang('overview'),
+               'text'                                  => lang('Add'),
                'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('add.odt'),
                'lang_link_statustext'  => lang('overview')
        );
        $GLOBALS['phpgw']->help->data[] = array
        (
-               'text'                                  => lang('overview'),
+               'text'                                  => lang('Edit') .'/' 
.lang('Delete'),
                'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('edit_delete.odt'),
                'lang_link_statustext'  => lang('overview')
        );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]