Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable grep: tweak help texts

Henrik suggested the word 'file' should appear in there somewhere.

Changeset 070cf7be95a1

Parent fb68ced4a8d2

by Steve Borho

Changes to one file · Browse files at 070cf7be95a1 Showing diff from parent fb68ced4a8d2 Diff from another changeset...

 
74
75
76
77
 
78
79
 
80
81
82
 
74
75
76
 
77
78
 
79
80
81
82
@@ -74,9 +74,9 @@
  ilabel.setBuddy(incle)   elabel = QLabel(_('Excludes:'))   elabel.setBuddy(excle) - ehelpstr = _('Comma separated list of exclusion patterns. ' + ehelpstr = _('Comma separated list of exclusion file patterns. '   'Exclusion patterns are applied after inclusion patterns.') - ihelpstr = _('Comma separated list of inclusion patterns. ' + ihelpstr = _('Comma separated list of inclusion file patterns. '   'By default, the entire repository is searched.')   if hasattr(incle, 'setPlaceholderText'): # Qt >= 4.7   incle.setPlaceholderText(u' '.join([u'###', ihelpstr, u'###']))