diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-23 21:08:38 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-24 01:44:07 +0200 |
commit | 0cd9570277152d85a257b01e70d86e39ba8aa51c (patch) | |
tree | b7b23c23140cc34e45644531137bf6aa32a206e3 /apps/contacts/lib/app.php | |
parent | 4ea927a7987d7fdcefcacb341f1a60b094ccf8d2 (diff) | |
download | nextcloud-server-0cd9570277152d85a257b01e70d86e39ba8aa51c.tar.gz nextcloud-server-0cd9570277152d85a257b01e70d86e39ba8aa51c.zip |
Applied patches by Nicolas progweb at free.fr - https://mail.kde.org/pipermail/owncloud/2012-April/002900.html
Diffstat (limited to 'apps/contacts/lib/app.php')
-rw-r--r-- | apps/contacts/lib/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php index 475d2c8dc2e..2c2cc331ed7 100644 --- a/apps/contacts/lib/app.php +++ b/apps/contacts/lib/app.php @@ -149,6 +149,7 @@ class OC_Contacts_App { 'WORK' => $l->t('Work'), 'TEXT' => $l->t('Text'), 'VOICE' => $l->t('Voice'), + 'MSG' => $l->t('Message'), 'FAX' => $l->t('Fax'), 'VIDEO' => $l->t('Video'), 'PAGER' => $l->t('Pager'), |