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 thgmq: add labels for i18n

Changeset 52045b782f55

Parent 72fc9dc4f93a

by Yuki KODAMA

Changes to one file · Browse files at 52045b782f55 Showing diff from parent 72fc9dc4f93a Diff from another changeset...

 
268
269
270
271
 
 
272
273
274
 
268
269
270
 
271
272
273
274
275
@@ -268,7 +268,8 @@
  nser = len(self.repo.mq.series)   if nser:   napp = len(self.repo.mq.applied) - status_text = _('%s of %s Patches applied') % (napp, nser) + status_text = _('%(count)d of %(total)d Patches applied') % { + 'count': napp, 'total': nser}   if napp:   pn = self.get_qtip_patchname()   idle_text = _("Patch '%s' applied") % pn