phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: comic/inc functions.inc.php,1.17.2.2,1.17.2.3


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: comic/inc functions.inc.php,1.17.2.2,1.17.2.3
Date: Thu, 06 Feb 2003 17:46:37 -0500

Update of /cvsroot/phpgroupware/comic/inc
In directory subversions:/tmp/cvs-serv16642/comic/inc

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/functions.inc.php,v
retrieving revision 1.17.2.2
retrieving revision 1.17.2.3
diff -C2 -r1.17.2.2 -r1.17.2.3
*** functions.inc.php   6 Feb 2003 22:27:05 -0000       1.17.2.2
--- functions.inc.php   6 Feb 2003 22:46:05 -0000       1.17.2.3
***************
*** 172,176 ****
      }
  
!     $comment =  lang("Visit %1", $link_url);
      return $link_tgt;
  }
--- 172,176 ----
      }
  
!     $comment =  lang("Visit x", $link_url);
      return $link_tgt;
  }





reply via email to

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