From a2f39dec1d88221a1a8fca1d74f8187a69d201ae Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sat, 14 Apr 2012 18:34:59 +0200 Subject: [PATCH] Contact: Don't use non core class in appinfo/app.php --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/app.php b/appinfo/app.php index 85c383c4..0ff8fd29 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -20,7 +20,7 @@ OC_App::addNavigationEntry( array( 'order' => 10, 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), 'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ), - 'name' => OC_Contacts_App::$l10n->t('Contacts') )); + 'name' => OC_L10N::get('contact')->t('Contacts') )); OC_APP::registerPersonal('contacts','settings');