Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable qqueue: fix typo

Changeset ebf26717d7c4

Parent 05d075e8c560

by Wagner Bruna

Changes to one file · Browse files at ebf26717d7c4 Showing diff from parent 05d075e8c560 Diff from another changeset...

 
302
303
304
305
 
306
307
308
 
302
303
304
 
305
306
307
308
@@ -302,7 +302,7 @@
  if q == 'patches':   return   if qtlib.QuestionMsgBox(_('Confirm patch queue purge'), - _("<p>This will also erase de patchfiles on disk!</p>" + _("<p>This will also erase the patchfiles on disk!</p>"   "<p>Do you really want to purge patch queue '%s' ?</p>") % uq,   parent=self, defaultbutton=QMessageBox.No):   opts = ['--purge', q]