[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-223-g8897ee3

Shawn Moore sartak at bestpractical.com
Mon Nov 29 20:15:55 EST 2010


The branch, 3.9-trunk has been updated
       via  8897ee388a32bc26ae8bd708e508ec071faea0ce (commit)
      from  aea4a96047be4d68e02233ec4b744c7ed8479852 (commit)

Summary of changes:
 share/html/Dashboards/Queries.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 8897ee388a32bc26ae8bd708e508ec071faea0ce
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Nov 29 20:15:22 2010 -0500

    Dashboards have outgrown having just queries

diff --git a/share/html/Dashboards/Queries.html b/share/html/Dashboards/Queries.html
index 191b3e7..e20d4b8 100644
--- a/share/html/Dashboards/Queries.html
+++ b/share/html/Dashboards/Queries.html
@@ -81,7 +81,7 @@ use RT::Dashboard;
 my $Dashboard = RT::Dashboard->new($session{'CurrentUser'});
 my ($ok, $msg) = $Dashboard->LoadById($id);
 $ok || Abort(loc("Couldn't load dashboard [_1]: [_2]", $id, $msg));
-my $title = loc("Modify the queries of dashboard [_1]", $Dashboard->Name);
+my $title = loc("Modify the content of dashboard [_1]", $Dashboard->Name);
 
 my %desc_of;
 my @items;
@@ -133,7 +133,7 @@ for my $object (@objs) {
     }
 }
 
-# Get the list of queries already in use
+# Get the list of portlets already in use
 my @deleted;
 do {
     my $panes = $Dashboard->Panes;
@@ -173,7 +173,7 @@ $m->callback(
     selected     => \%selected,
 );
 
-# Create selectionbox widgets for those queries
+# Create selectionbox widgets for those portlets
 
 my %pane_name = (
     'body'    => loc('Body'),

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


More information about the Rt-commit mailing list