Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: fix capitalization of "outgoing Changesets" status text

Changeset 8b90089b96ba

Parent 3decd98a3d5d

by Adrian Buehlmann

Changes to one file · Browse files at 8b90089b96ba Showing diff from parent 3decd98a3d5d Diff from another changeset...

 
1352
1353
1354
1355
 
1356
1357
1358
 
1352
1353
1354
 
1355
1356
1357
1358
@@ -1352,7 +1352,7 @@
  self.stbar.end()   self.outgoing = outgoing   self.reload_log() - text = _('%d outgoing changesets') % len(outgoing) + text = _('%d outgoing Changesets') % len(outgoing)   self.stbar.set_idle_text(text)   self.stop_button.disconnect(stop_handler)   self.stop_button.set_sensitive(False)