diff --git a/core/java/android/provider/Contacts.java b/core/java/android/provider/Contacts.java index 91b1853471d45..8ad9b1666a6c2 100644 --- a/core/java/android/provider/Contacts.java +++ b/core/java/android/provider/Contacts.java @@ -1170,7 +1170,7 @@ public class Contacts { */ public interface OrganizationColumns { /** - * The type of the the phone number. + * The type of the organizations. *

Type: INTEGER (one of the constants below)

*/ public static final String TYPE = "type"; @@ -1229,7 +1229,7 @@ public class Contacts { try { display = labels[type - 1]; } catch (ArrayIndexOutOfBoundsException e) { - display = labels[People.Phones.TYPE_HOME - 1]; + display = labels[Organizations.TYPE_WORK - 1]; } } else { if (!TextUtils.isEmpty(label)) { diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index bec3bc870179c..c64d70db65a85 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -731,7 +731,6 @@ - Home Work Other Custom\u2026