231 self, |
231 self, |
232 self.tr("Error downloading dictionaries list"), |
232 self.tr("Error downloading dictionaries list"), |
233 self.tr( |
233 self.tr( |
234 """<p>Could not download the dictionaries list""" |
234 """<p>Could not download the dictionaries list""" |
235 """ from {0}.</p><p>Error: {1}</p>""" |
235 """ from {0}.</p><p>Error: {1}</p>""" |
236 ).format(self.repositoryUrlEdit.text(), |
236 ).format(self.dictionariesUrlEdit.text(), |
237 reply.errorString()) |
237 reply.errorString()) |
238 ) |
238 ) |
239 self.downloadProgress.setValue(0) |
239 self.downloadProgress.setValue(0) |
240 return |
240 return |
241 |
241 |