
sunnavy at bestpractical
Oct 28, 2009, 6:57 AM
Post #1 of 1
(349 views)
Permalink
|
|
rt branch, 3.8-trunk, updated. rt-3.8.6-50-g101490a
|
|
The branch, 3.8-trunk has been updated via 101490ac3f41069092318df77f48b2fb3df0d6b1 (commit) from a7c75aeff4f684a06ff12e29113536bdee2cbe34 (commit) Summary of changes: share/html/Dashboards/Queries.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - Log ----------------------------------------------------------------- commit 101490ac3f41069092318df77f48b2fb3df0d6b1 Author: sunnavy <sunnavy [at] bestpractical> Date: Wed Oct 28 21:56:36 2009 +0800 DisplayName is translated string diff --git a/share/html/Dashboards/Queries.html b/share/html/Dashboards/Queries.html index df0b44c..10d9cb8 100644 --- a/share/html/Dashboards/Queries.html +++ b/share/html/Dashboards/Queries.html @@ -68,7 +68,7 @@ <&| /Widgets/TitleBox, title => $pane->{DisplayName} &> <& /Widgets/SelectionBox:show, self => $pane, nojs => 1, grep( { - lc $_->{pane} eq lc $pane->{DisplayName} } @deleted ) ? ( ShowUpdate => 1 ) : () &> + lc loc($_->{pane}) eq lc $pane->{DisplayName} } @deleted ) ? ( ShowUpdate => 1 ) : () &> </&> </form> </td></tr> ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|