[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-50-g101490a

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Oct 28 09:57:02 EDT 2009


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.com>
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>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list