[Bps-public-commit] r20249 - RT-BugTracker/html/Dist/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jan 27 03:05:29 EST 2010
Author: ruz
Date: Wed Jan 27 03:05:28 2010
New Revision: 20249
Modified:
RT-BugTracker/html/Dist/Elements/DistributionList
Log:
add loc calls around strings
Modified: RT-BugTracker/html/Dist/Elements/DistributionList
==============================================================================
--- RT-BugTracker/html/Dist/Elements/DistributionList (original)
+++ RT-BugTracker/html/Dist/Elements/DistributionList Wed Jan 27 03:05:28 2010
@@ -63,9 +63,9 @@
% }
<li>
<span class="dist-actions">
- <a href="<% $RT::WebPath %>/Dist/Display.html?Queue=<% $queue->Name |uhn %>">Bug list</a>
+ <a href="<% $RT::WebPath %>/Dist/Display.html?Queue=<% $queue->Name |uhn %>"><% loc('Bug list') %></a>
•
- <a href="<% $RT::WebPath %>/Ticket/Create.html?Queue=<% $queue->Name |uhn %>">Report a bug</a>
+ <a href="<% $RT::WebPath %>/Ticket/Create.html?Queue=<% $queue->Name |uhn %>"><% loc('Report a bug') %></a>
</span>
<strong><% $queue->Name %></strong>
</li>
More information about the Bps-public-commit
mailing list