WebBrowser/SpellCheck/ManageDictionariesDialog.py

changeset 6469
70855c97dd09
parent 6121
d3d64f3128b3
child 6645
ad476851d7e0
--- a/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Mon Aug 06 15:27:45 2018 +0200
+++ b/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Mon Aug 13 16:46:25 2018 +0200
@@ -233,7 +233,7 @@
                     self.tr(
                         """<p>Could not download the dictionaries list"""
                         """ from {0}.</p><p>Error: {1}</p>"""
-                    ).format(self.repositoryUrlEdit.text(),
+                    ).format(self.dictionariesUrlEdit.text(),
                              reply.errorString())
                 )
             self.downloadProgress.setValue(0)

eric ide

mercurial