[gnome-contacts] Replace 'Google Other Contact' with 'Google'



commit cbb437071eb3192b8a2e08ee57a948ea061e6a73
Author: Brett <bcc310 nyu edu>
Date:   Wed May 28 20:17:35 2014 -0400

    Replace 'Google Other Contact' with 'Google'

 src/contacts-contact.vala |    2 +-
 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]