362 " settings using it will fall back to the default" |
362 " settings using it will fall back to the default" |
363 " identity. Should it be deleted anyway?" |
363 " identity. Should it be deleted anyway?" |
364 ) |
364 ) |
365 if inUse |
365 if inUse |
366 else self.tr( |
366 else self.tr( |
367 "Do you really want to delete all information for" " this identity?" |
367 "Do you really want to delete all information for this identity?" |
368 ) |
368 ) |
369 ) |
369 ) |
370 res = EricMessageBox.yesNo( |
370 res = EricMessageBox.yesNo( |
371 self, self.tr("Delete Identity"), msg, icon=EricMessageBox.Warning |
371 self, self.tr("Delete Identity"), msg, icon=EricMessageBox.Warning |
372 ) |
372 ) |