From 3976bb7e2b33574a9f7fb7c9e3008e417a5a2cf0 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 24 Mar 2006 14:58:13 +0000 Subject: [PATCH] i18n fix in dashboard. --- dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.php b/dashboard.php index 312fbcd..f93ac43 100644 --- a/dashboard.php +++ b/dashboard.php @@ -48,7 +48,7 @@ class DashboardDispatcher extends KTStandardDispatcher { function DashboardDispatcher() { $this->aBreadcrumbs = array( - array('action' => 'dashboard', 'name' => 'Dashboard'), + array('action' => 'dashboard', 'name' => _('Dashboard')), ); return parent::KTStandardDispatcher(); } -- libgit2 0.21.4