Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py

changeset 1053
c54aa980ea8e
parent 1047
b41a36b201e4
child 1131
7781e396c903
equal deleted inserted replaced
1052:66f35ec09fb6 1053:c54aa980ea8e
281 E5MessageBox.warning(self, 281 E5MessageBox.warning(self,
282 self.trUtf8("Apply Guard Definitions"), 282 self.trUtf8("Apply Guard Definitions"),
283 self.trUtf8("""<p>The defined guards could not be""" 283 self.trUtf8("""<p>The defined guards could not be"""
284 """ applied.</p><p>Reason: {0}</p>""")\ 284 """ applied.</p><p>Reason: {0}</p>""")\
285 .format(error)) 285 .format(error))
286
287 else: 286 else:
288 E5MessageBox.warning(self, 287 E5MessageBox.warning(self,
289 self.trUtf8("Apply Guard Definitions"), 288 self.trUtf8("Apply Guard Definitions"),
290 self.trUtf8("""The Mercurial process did not finish in time.""")) 289 self.trUtf8("""The Mercurial process did not finish in time."""))

eric ide

mercurial