diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-01-12 23:43:00 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-01-12 23:43:00 +0100 |
commit | 0ba472c18a0dee5404b9b8a458bf571ea6e8fec0 (patch) | |
tree | f73e4eaf2e759ac533ddc8bc9a8589e208efa241 /apps/contacts/appinfo | |
parent | 16973470457b31398c3a8b582e04b587e5b9862a (diff) | |
download | nextcloud-server-0ba472c18a0dee5404b9b8a458bf571ea6e8fec0.tar.gz nextcloud-server-0ba472c18a0dee5404b9b8a458bf571ea6e8fec0.zip |
Too quick on the copy/paste trigger...
Diffstat (limited to 'apps/contacts/appinfo')
-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 1e9f8811722..df7e8cec6e0 100644 --- a/apps/contacts/appinfo/app.php +++ b/apps/contacts/appinfo/app.php @@ -1,5 +1,5 @@ <?php -$l=new OC_L10N('calendar'); +$l=new OC_L10N('contacts'); OC::$CLASSPATH['OC_Contacts_App'] = 'apps/contacts/lib/app.php'; OC::$CLASSPATH['OC_Contacts_Addressbook'] = 'apps/contacts/lib/addressbook.php'; |