# HG changeset patch # User Adrian Buehlmann <adr...@cadifra.com> # Date 1252607442 -7200 # Node ID debeaa2e68e7f7422e09d617d8ac2905e938c190 # Parent 1926e9749f4dac108322a6ece529ee9e560aa817 history: change some menu item titles in "Columns" menu
- use "Revision Number" instead of "Rev" - use "Changeset ID" instead of "Hash ID" - use "Branch Name" instead of "Branch" diff --git a/hggtk/history.py b/hggtk/history.py --- a/hggtk/history.py +++ b/hggtk/history.py @@ -96,9 +96,9 @@ class GLog(gdialog.GDialog): fnc = self.toggle_view_column return [(_('Columns'), True, False, [ (_('Graph'), self.toggle_graphcol, [], self.graphcol), - (_('Rev'), fnc, ['rev-column-visible'], col('rev', True)), - (_('Hash ID'), fnc, ['id-column-visible'], col('id', False)), - (_('Branch'), fnc, ['branch-column-visible'], col('branch', False)), + (_('Revision Number'), fnc, ['rev-column-visible'], col('rev', True)), + (_('Changeset ID'), fnc, ['id-column-visible'], col('id', False)), + (_('Branch Name'), fnc, ['branch-column-visible'], col('branch', False)), (_('Local Date'), fnc, ['date-column-visible'], col('date', False)), (_('UTC Date'), fnc, ['utc-column-visible'], col('utc', False)), (_('Age'), fnc, ['age-column-visible'], col('age', True)), ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop