478 self, |
478 self, |
479 self.tr("Export Certificate"), |
479 self.tr("Export Certificate"), |
480 self.tr( |
480 self.tr( |
481 """<p>The certificate could not be written""" |
481 """<p>The certificate could not be written""" |
482 """ to file <b>{0}</b></p><p>Error: {1}</p>""") |
482 """ to file <b>{0}</b></p><p>Error: {1}</p>""") |
483 .format(str(fpath), str(err))) |
483 .format(fpath, str(err))) |
484 |
484 |
485 def __importCertificate(self): |
485 def __importCertificate(self): |
486 """ |
486 """ |
487 Private method to read a certificate. |
487 Private method to read a certificate. |
488 |
488 |