Contact: Don't use non core class in appinfo/app.php

This commit is contained in:
Bart Visscher 2012-04-14 18:34:59 +02:00
parent 402c6da968
commit 3b71e46cf7
1 changed files with 1 additions and 1 deletions

View File

@ -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');