221 EricMessageBox.critical( |
221 EricMessageBox.critical( |
222 None, |
222 None, |
223 self.tr("Add Bundle"), |
223 self.tr("Add Bundle"), |
224 self.tr( |
224 self.tr( |
225 """<p>The bundle string is invalid. Is the repository a valid""" |
225 """<p>The bundle string is invalid. Is the repository a valid""" |
226 """circup bundle?</p>""" |
226 """ circup bundle?</p>""" |
227 ), |
227 ), |
228 ) |
228 ) |
229 return |
229 return |
230 |
230 |
231 # Use the bundle string as the dictionary key for uniqueness |
231 # Use the bundle string as the dictionary key for uniqueness |