src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9573
9960d19d66b5
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
209 ) 209 )
210 else: 210 else:
211 EricMessageBox.critical( 211 EricMessageBox.critical(
212 self, 212 self,
213 self.tr("Update Safe Browsing Cache"), 213 self.tr("Update Safe Browsing Cache"),
214 self.tr( 214 self.tr("""<p>Updating the Safe Browsing cache failed.</p>"""),
215 """<p>Updating the Safe Browsing cache failed.</p>"""
216 ),
217 ) 215 )
218 216
219 @pyqtSlot() 217 @pyqtSlot()
220 def on_clearCacheButton_clicked(self): 218 def on_clearCacheButton_clicked(self):
221 """ 219 """

eric ide

mercurial