Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable csinfo: fix preset label

Changeset 1daccdb5073e

Parent 9caf4cadb2f3

by Yuki KODAMA

Changes to one file · Browse files at 1daccdb5073e Showing diff from parent 9caf4cadb2f3 Diff from another changeset...

 
191
192
193
194
 
195
196
197
 
191
192
193
 
194
195
196
197
@@ -191,7 +191,7 @@
  LABELS = {'rev': _('Revision:'), 'revnum': _('Revision:'),   'revid': _('Revision:'), 'summary': _('Summary:'),   'user': _('User:'), 'date': _('Date:'),'age': _('Age:'), - 'dateage': _('Date'), 'branch': _('Branch:'), + 'dateage': _('Date:'), 'branch': _('Branch:'),   'tags': _('Tags:'), 'rawbranch': _('Branch:'),   'rawtags': _('Tags:'), 'transplant': _('Transplant:')}