src/eric7/Network/IRC/IrcIdentitiesEditDialog.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9624
b47dfa7a137d
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
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 )

eric ide

mercurial