# HG changeset patch # User Adrian Buehlmann <adr...@cadifra.com> # Date 1256665231 -3600 # Branch stable # Node ID eb642ba07f81c2161b7cc098f725944c6a00a00d # Parent 281118d2117181ae258c711a9c7a570eb3527dde history: fix capitalization of "outgoing Changesets" status text
diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py --- a/tortoisehg/hgtk/history.py +++ b/tortoisehg/hgtk/history.py @@ -1352,7 +1352,7 @@ class GLog(gdialog.GDialog): 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) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop