Preferences/ConfigurationPages/EmailPage.py

changeset 6778
6cb3483b8b45
parent 6645
ad476851d7e0
child 6817
8fb29a716d1a
--- a/Preferences/ConfigurationPages/EmailPage.py	Sun Feb 17 15:42:05 2019 +0100
+++ b/Preferences/ConfigurationPages/EmailPage.py	Sun Feb 17 16:56:18 2019 +0100
@@ -60,7 +60,7 @@
             self.googleMailInfoLabel.setText(self.tr(
                 "<p>The Google Mail Client API is not installed."
                 " Use <code>pip install --upgrade google-api-python-client"
-                "</code> to install it.</p>"))
+                " oauth2client</code> to install it.</p>"))
             self.googleHelpButton.setEnabled(False)
             Preferences.setUser("UseGoogleMailOAuth2", False)
         

eric ide

mercurial