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 commit: add gettext wrapper

Changeset 2456232bcad5

Parent 16270289db41

by Yuki KODAMA

Changes to one file · Browse files at 2456232bcad5 Showing diff from parent 16270289db41 Diff from another changeset...

 
378
379
380
381
 
382
383
384
 
378
379
380
 
381
382
383
384
@@ -378,7 +378,7 @@
  # parent changeset info   parents_vbox = gtk.VBox(spacing=1)   self.parents_frame = parents_vbox - style = csinfo.labelstyle(contents=('Parent: %(rev)s', + style = csinfo.labelstyle(contents=(_('Parent: %(rev)s'),   ' %(athead)s', ' %(branch)s', ' %(tags)s',   ' %(summary)s'), selectable=True)   def data_func(widget, item, ctx):