diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-15 18:48:48 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-15 18:49:38 +0200 |
commit | 0f66870470ae17b706f30ea0b94b433763fe1a93 (patch) | |
tree | 6f6eefe81936373fcad81327429d8655d545ef63 | |
parent | b619821f4a7048c56d198095c5c3b3c9fca02ae1 (diff) | |
download | nextcloud-server-0f66870470ae17b706f30ea0b94b433763fe1a93.tar.gz nextcloud-server-0f66870470ae17b706f30ea0b94b433763fe1a93.zip |
Contacts: Corrected i18n call.
-rw-r--r-- | apps/contacts/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/appinfo/app.php b/apps/contacts/appinfo/app.php index e5e1d572f2d..20d97697bf4 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'); |