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 """ |