From 0f66870470ae17b706f30ea0b94b433763fe1a93 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Tue, 15 May 2012 18:48:48 +0200
Subject: [PATCH] Contacts: Corrected i18n call.

---
 apps/contacts/appinfo/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/contacts/appinfo/app.php b/apps/contacts/appinfo/app.php
index e5e1d572f2..20d97697bf 100644
--- a/apps/contacts/appinfo/app.php
+++ b/apps/contacts/appinfo/app.php
@@ -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');
-- 
GitLab