From af8a6096c95df533da1b92096121ed52ef225ef2 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Wed, 10 Dec 2014 17:30:34 +0100 Subject: [PATCH] [FIX] google_calendar: typo, Google is not plural --- addons/google_calendar/google_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/google_calendar/google_calendar.py b/addons/google_calendar/google_calendar.py index c3dd39153a7..bc93c584764 100644 --- a/addons/google_calendar/google_calendar.py +++ b/addons/google_calendar/google_calendar.py @@ -669,7 +669,7 @@ class google_calendar(osv.AbstractModel): self.pool['res.users'].write(cur, uid, [uid], {'google_calendar_last_sync_date': False}, context=context) error_key = simplejson.loads(str(e)) error_key = error_key.get('error', {}).get('message', 'nc') - error_msg = "Google are lost... the next synchro will be a full synchro. \n\n %s" % error_key + error_msg = "Google is lost... the next synchro will be a full synchro. \n\n %s" % error_key raise self.pool.get('res.config.settings').get_config_warning(cr, _(error_msg), context=context) my_google_att_ids = att_obj.search(cr, uid, [