phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences preferences.php,1.13.2.6,1.13.2.7


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences preferences.php,1.13.2.6,1.13.2.7
Date: Thu, 06 Feb 2003 17:27:08 -0500

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv4735/preferences

Modified Files:
      Tag: Version-0_9_14-branch
        preferences.php 
Log Message:
Replaced %1, %2, etc ... by x, x, etc ... in the phrase put in the lang() call
This way all the lang calls are used the same way.


Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.13.2.6
retrieving revision 1.13.2.7
diff -C2 -r1.13.2.6 -r1.13.2.7
*** preferences.php     6 Feb 2003 22:15:06 -0000       1.13.2.6
--- preferences.php     6 Feb 2003 22:27:06 -0000       1.13.2.7
***************
*** 314,318 ****
        else
        {
!               $t->set_var('lang_title',lang('%1 - 
Preferences',$GLOBALS['phpgw_info']['navbar'][$GLOBALS['HTTP_GET_VARS']['appname']]['title']));
        }
  
--- 314,318 ----
        else
        {
!               $t->set_var('lang_title',lang('x - 
Preferences',$GLOBALS['phpgw_info']['navbar'][$GLOBALS['HTTP_GET_VARS']['appname']]['title']));
        }
  





reply via email to

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