From 2b3c2432e9395be9a225f414aca4059a43d65cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erick=20P=C3=A9rez=20Castellanos?= Date: Thu, 23 Apr 2015 12:25:34 -0400 Subject: types: change Personal by Home Google does not support Personal as a type for emails, it uses Home instead. We're moving to use home in order to use the same terminology --- data/ui/app-menu.ui | 4 ++-- src/contacts-contact-pane.vala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/ui/app-menu.ui b/data/ui/app-menu.ui index 252603c..9a40aec 100644 --- a/data/ui/app-menu.ui +++ b/data/ui/app-menu.ui @@ -24,8 +24,8 @@ - edit.add.email-addresses.personal - Personal email + edit.add.email-addresses.home + Home email edit.add.email-addresses.work diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala index fad313c..8e100f2 100644 --- a/src/contacts-contact-pane.vala +++ b/src/contacts-contact-pane.vala @@ -54,7 +54,7 @@ public class Contacts.ContactPane : Notebook { private SimpleActionGroup edit_contact_actions; private const GLib.ActionEntry[] action_entries = { - { "add.email-addresses.personal", on_add_detail }, + { "add.email-addresses.home", on_add_detail }, { "add.email-addresses.work", on_add_detail }, { "add.phone-numbers.cell", on_add_detail }, { "add.phone-numbers.home", on_add_detail }, -- cgit v1.2.1