[Rt-commit] r14005 - rt/3.8/branches/3.8.0-releng/share/html/Admin/Groups

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 11 11:20:33 EDT 2008


Author: jesse
Date: Fri Jul 11 11:20:18 2008
New Revision: 14005

Modified:
   rt/3.8/branches/3.8.0-releng/share/html/Admin/Groups/Members.html

Log:
 r39562 at 68-246-144-190 (orig r13966):  elacour | 2008-07-10 16:47:33 -0400
 Missing title translation.
 
 r39563 at 68-246-144-190 (orig r13967):  elacour | 2008-07-10 16:55:14 -0400
 Simple/double quote mismatch in last commit.
 


Modified: rt/3.8/branches/3.8.0-releng/share/html/Admin/Groups/Members.html
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Admin/Groups/Members.html	(original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Admin/Groups/Members.html	Fri Jul 11 11:20:18 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Admin/Elements/Header, Title => "RT/Admin/Edit the group ". $Group->Name &>
+<& /Admin/Elements/Header, Title => loc('RT/Admin/Edit the group [_1]', $Group->Name) &>
 <& /Admin/Elements/GroupTabs, GroupObj => $Group, 
     current_tab => 'Admin/Groups/Members.html?id='.$id, 
     Title => "RT/Admin/Edit the group ". $Group->Name &>


More information about the Rt-commit mailing list