Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable i18n: unify "Recurse into subrepositories" string

Changeset 55e4eab4835d

Parent 0e25b8220809

by André Sintzoff

Changes to 2 files · Browse files at 55e4eab4835d Showing diff from parent 0e25b8220809 Diff from another changeset...

 
66
67
68
69
 
70
71
72
 
66
67
68
 
69
70
71
72
@@ -66,7 +66,7 @@
  history = QRadioButton(_('All History'))   singlematch = QCheckBox(_('Report only the first match per file'))   follow = QCheckBox(_('Follow copies and renames')) - recurse = QCheckBox(_('Recurse into subrepos')) + recurse = QCheckBox(_('Recurse into subrepositories'))   revle = QLineEdit()   grid = QGridLayout()   grid.addWidget(working, 0, 0)
 
1386
1387
1388
1389
 
1390
1391
1392
 
1386
1387
1388
 
1389
1390
1391
1392
@@ -1386,7 +1386,7 @@
  layout.addRow(self.forcecb, None)     self.subrepocb = QCheckBox( - _('Recurse into subrepositories (--subrepos)')) + _('Recurse into subrepositories') + u' (--subrepos)')   self.subrepocb.setChecked(opts.get('subrepos', False))   layout.addRow(self.subrepocb, None)