summaryrefslogtreecommitdiff
path: root/src/contacts-contact.vala
diff options
context:
space:
mode:
authorBrett <bcc310@nyu.edu>2014-05-28 20:17:35 -0400
committerErick PĂ©rez Castellanos <erick.red@gmail.com>2014-06-06 13:30:15 -0400
commitcbb437071eb3192b8a2e08ee57a948ea061e6a73 (patch)
tree9d10c62346c6393580986b6f6a41340bf7ef3a7f /src/contacts-contact.vala
parent4e8cb0e36fc218b501d898cd15b84e2830677b3a (diff)
downloadgnome-contacts-cbb437071eb3192b8a2e08ee57a948ea061e6a73.tar.gz
Replace 'Google Other Contact' with 'Google'
Diffstat (limited to 'src/contacts-contact.vala')
-rw-r--r--src/contacts-contact.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-contact.vala b/src/contacts-contact.vala
index 4b4c5ac..c8556ec 100644
--- a/src/contacts-contact.vala
+++ b/src/contacts-contact.vala
@@ -1227,7 +1227,7 @@ public class Contacts.Contact : GLib.Object {
if (persona_is_google_profile (persona))
return _("Google Circles");
else if (persona_is_google_other (persona))
- return _("Google Other Contact");
+ return _("Google");
unowned string? eds_name = lookup_esource_name_by_uid_for_contact (store.id);
if (eds_name != null)