On Wed, Oct 28, 2009 at 15:59, Sune Foldager <cyan...@me.com> wrote: > What's the reason for this? Changeset, being a noun, would not > normally be capitalized in English.
It's for consistency. I suppose he wanted to fix same style. There are similar labels shown in status bar: # from treeview.py: revision_text = _('%(count)d of %(total)d Revisions') % { 'count': len(self.model), 'total': len(self.repo) } # from thgmq.py: status_text = _('%(count)d of %(total)d Patches applied') % { 'count': napp, 'total': nser} > -- > Sune > > On 27/10/2009, at 18.44, Adrian Buehlmann <adr...@cadifra.com> wrote: > >> # 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 > -- Yuki KODAMA ------------------------------------------------------------------------------ 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