From ce2535521b67d7145ae098181b56fc495630fad6 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sun, 30 Sep 2012 06:40:04 +0200 Subject: [PATCH] Add 'Other' as standard email type. --- lib/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/app.php b/lib/app.php index f8fcb9a5..fb9c13eb 100644 --- a/lib/app.php +++ b/lib/app.php @@ -213,6 +213,7 @@ class OC_Contacts_App { 'WORK' => $l->t('Work'), 'HOME' => $l->t('Home'), 'INTERNET' => $l->t('Internet'), + 'OTHER' => $l->t('Other'), ); } }