From 17aa1cbddeeafa2ae4fe7e0d78ebd1c6e45d22af Mon Sep 17 00:00:00 2001 From: "Quentin (OpenERP)" Date: Fri, 29 Jun 2012 13:20:11 +0200 Subject: [PATCH] [IMP] import_google: improved information message bzr revid: qdp-launchpad@openerp.com-20120629112011-fd5aoevje7f8m17t --- addons/import_google/wizard/import_google_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/import_google/wizard/import_google_data.py b/addons/import_google/wizard/import_google_data.py index b3b35893e2f..ef65c1a34c8 100644 --- a/addons/import_google/wizard/import_google_data.py +++ b/addons/import_google/wizard/import_google_data.py @@ -130,7 +130,7 @@ class synchronize_google(osv.osv_memory): raise osv.except_osv(_('Error'), _("Invalid login detail !\n Specify Username/Password.")) if context.get('contact'): - msg = " You're Contact are import in background, a email will be send when the process is finished to %s"%(user_obj.gmail_user) + msg = " Your contacts are being imported in background, an email to %s will be sent when the process is over" % (user_obj.gmail_user) gd_client = google.google_login(gmail_user, gmail_pwd, type='contact') if not gd_client: raise osv.except_osv(_('Error'), _("Please specify correct user and password !"))