[Rt-commit] r13641 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jun 26 20:42:22 EDT 2008
Author: sartak
Date: Thu Jun 26 20:42:19 2008
New Revision: 13641
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Render.html
Log:
r63309 at onn: sartak | 2008-06-26 20:38:19 -0400
Another 'Couldn't'. doh.
Modified: rt/3.8/trunk/share/html/Dashboards/Render.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Render.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Render.html Thu Jun 26 20:42:19 2008
@@ -80,7 +80,7 @@
use RT::Dashboard;
my $DashboardObj = RT::Dashboard->new($session{'CurrentUser'});
my ($ok, $msg) = $DashboardObj->LoadById($id);
-Abort(loc('Couldn't load dashboard [_1]: [_2]', $id, $msg)) if !$ok;
+Abort(loc("Couldn't load dashboard [_1]: [_2]", $id, $msg)) if !$ok;
my $SubscriptionObj = RT::Attribute->new($session{'CurrentUser'});
my $Loaded = 0;
More information about the Rt-commit
mailing list