Commit 8ca4a1688b496ab83d440cd65dd6910b9b3236e9

Authored by Brad Shuttleworth
1 parent 052a3292

i18n fix in dashboard.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5124 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
dashboard.php
... ... @@ -48,7 +48,7 @@ class DashboardDispatcher extends KTStandardDispatcher {
48 48  
49 49 function DashboardDispatcher() {
50 50 $this->aBreadcrumbs = array(
51   - array('action' => 'dashboard', 'name' => 'Dashboard'),
  51 + array('action' => 'dashboard', 'name' => _('Dashboard')),
52 52 );
53 53 return parent::KTStandardDispatcher();
54 54 }
... ...