]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Corrected i18n call.
authorThomas Tanghus <thomas@tanghus.net>
Tue, 15 May 2012 16:48:48 +0000 (18:48 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 15 May 2012 16:49:38 +0000 (18:49 +0200)
apps/contacts/appinfo/app.php

index e5e1d572f2dde32d9b3da4aa5c4c13cb0b43e112..20d97697bf43975798281f4e362c3241f8c18a93 100644 (file)
@@ -19,7 +19,7 @@ OCP\App::addNavigationEntry( array(
   'order' => 10,
   'href' => OCP\Util::linkTo( 'contacts', 'index.php' ),
   'icon' => OCP\Util::imagePath( 'settings', 'users.svg' ),
-  'name' => OC_L10N::get('contact')->t('Contacts') ));
+  'name' => OC_L10N::get('contacts')->t('Contacts') ));
 
 
 OCP\App::registerPersonal('contacts','settings');