ManageDictionariesDialog: fixed an issue referencing a non existing widget (silly copy&paste error).

Mon, 13 Aug 2018 16:46:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 13 Aug 2018 16:46:25 +0200
changeset 6469
70855c97dd09
parent 6468
567b1789aa1b
child 6470
5fe5ea985237

ManageDictionariesDialog: fixed an issue referencing a non existing widget (silly copy&paste error).

WebBrowser/SpellCheck/ManageDictionariesDialog.py file | annotate | diff | comparison | revisions
--- 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