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

thgmq: rename "Name" column to just "Patch"

This should make it easier to recognize what this
whole widget is about.

We are using the term "Patch" in the status line
as well.

Changeset 144d6d6fcfb9

Parent f9ec1095a861

by Adrian Buehlmann

Changes to one file · Browse files at 144d6d6fcfb9 Showing diff from parent f9ec1095a861 Diff from another changeset...

 
183
184
185
186
 
187
188
189
 
183
184
185
 
186
187
188
189
@@ -183,7 +183,7 @@
    addcol(_('#'), MQ_INDEX, right=True)   addcol(_('st'), MQ_STATUS) - addcol(_('Name'), MQ_NAME, editfunc=cell_edited) + addcol(_('Patch'), MQ_NAME, editfunc=cell_edited)   addcol(_('Summary'), MQ_SUMMARY, resizable=True)     pane.add(self.list)