UI/EmailDialog.py

changeset 6825
e659bb96cdfa
parent 6780
7f7453c8e5fc
child 6828
bb6667ea9ae7
diff -r 4336bcb53879 -r e659bb96cdfa UI/EmailDialog.py
--- a/UI/EmailDialog.py	Thu Feb 28 18:02:16 2019 +0100
+++ b/UI/EmailDialog.py	Sat Mar 02 11:12:25 2019 +0100
@@ -173,7 +173,7 @@
                 helpStr = self.tr(
                     "<p>The Google Mail Client API is not installed."
                     " Use <code>pip install --upgrade google-api-python-client"
-                    " oauth2client</code> to install it.</p>")
+                    " google-auth-oauthlib</code> to install it.</p>")
             
             from E5Gui.E5SimpleHelpDialog import E5SimpleHelpDialog
             self.__helpDialog = E5SimpleHelpDialog(

eric ide

mercurial