86 """ |
86 """ |
87 yes = EricMessageBox.yesNo( |
87 yes = EricMessageBox.yesNo( |
88 self, |
88 self, |
89 self.tr("Delete Documentation Sets"), |
89 self.tr("Delete Documentation Sets"), |
90 self.tr( |
90 self.tr( |
91 """Shall the selected documentation sets really be""" """ deleted?""" |
91 """Shall the selected documentation sets really be deleted?""" |
92 ), |
92 ), |
93 ) |
93 ) |
94 if yes: |
94 if yes: |
95 for itm in self.documentationList.selectedItems(): |
95 for itm in self.documentationList.selectedItems(): |
96 if itm.parent is None: |
96 if itm.parent is None: |