phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.5.2.5,1.5.2.6


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.5.2.5,1.5.2.6
Date: Wed, 05 Mar 2003 16:18:02 -0500

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv26670/notes/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.ui.inc.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -C2 -r1.5.2.5 -r1.5.2.6
*** class.ui.inc.php    13 Mar 2002 21:32:51 -0000      1.5.2.5
--- class.ui.inc.php    5 Mar 2003 21:18:00 -0000       1.5.2.6
***************
*** 251,255 ****
  
                                $this->bo->save($note);
! //                            $this->t->set_var('message',lang('Note has been 
added for x !',$GLOBALS['phpgw_info']['user']['fullname']));
                                $this->cat_id = $cat_id;
                                $this->_list();
--- 251,255 ----
  
                                $this->bo->save($note);
! //                            $this->t->set_var('message',lang('Note has been 
added for %1 !',$GLOBALS['phpgw_info']['user']['fullname']));
                                $this->cat_id = $cat_id;
                                $this->_list();
***************
*** 302,306 ****
  
                                $this->bo->save($note);
!                               $this->t->set_var('message',lang('Note has been 
updated for x !',$GLOBALS['phpgw_info']['user']['fullname']));
                        }
                        else
--- 302,306 ----
  
                                $this->bo->save($note);
!                               $this->t->set_var('message',lang('Note has been 
updated for %1 !',$GLOBALS['phpgw_info']['user']['fullname']));
                        }
                        else





reply via email to

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