non-localizable strings in html/Articles/Article/Elements/SelectSearchPrivacy
Kádár Attila <[email protected]> Wed, 20 Jan 2016 09:16:08 +0100
| Newsgroups | gmane.comp.bug-tracking.request-tracker.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! I made the strings localizable. Diff attached. BR, Atus
SelectSearchPrivacy.diff
(text/x-patch, 951 B)
--- /usr/share/request-tracker4/html/Articles/Article/Elements/SelectSearchPrivacy 2016-01-14 14:59:10.000000000 +0100
+++ /usr/local/share/request-tracker4/html/Articles/Article/Elements/SelectSearchPrivacy 2016-01-20 09:07:54.000000000 +0100
@@ -46,9 +46,9 @@
%#
%# END BPS TAGGED BLOCK }}}
<select name="<%$Name%>">
-<option value="RT::User-<% $user->Id %>" <% $Default eq 'RT::User-'.$user->Id ? 'selected' : '' %>>My searches</option>
+<option value="RT::User-<% $user->Id %>" <% $Default eq 'RT::User-'.$user->Id ? 'selected' : '' %>><&|/l&>My searches</&></option>
% while (my $group = $groups->Next) {
-<option value="RT::Group-<% $group->Id %>" <% $Default eq 'RT::Group-'.$group->Id ? 'selected' : '' %>><% $group->Label %>'s searches</option>
+<option value="RT::Group-<% $group->Id %>" <% $Default eq 'RT::Group-'.$group->Id ? 'selected' : '' %>><% $group->Label %><&|/l&>'s searches</&></option>
% }
</select>
<%INIT>