WebBrowser/SpellCheck/ManageDictionariesDialog.py

changeset 6469
70855c97dd09
parent 6121
d3d64f3128b3
child 6645
ad476851d7e0
equal deleted inserted replaced
6468:567b1789aa1b 6469:70855c97dd09
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

eric ide

mercurial