Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable filelistview: fix an error string

Changeset c7eadf3e5a64

Parent db65b8bbb768

by Steve Borho

Changes to one file · Browse files at c7eadf3e5a64 Showing diff from parent db65b8bbb768 Diff from another changeset...

 
224
225
226
227
 
 
228
229
230
 
224
225
226
 
227
228
229
230
231
@@ -224,7 +224,8 @@
  else:   QMessageBox.warning(self,   _("Cannot open subrepository"), - _("The selected subrepository does not exist on the working directory")) + _("The selected subrepository does not exist in the working" + " directory"))     def doubleClickHandler(self):   index = self.currentIndex()