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 history: concatenate translatable strings

Changeset 8f96efd23d55

Parent 28878822d958

by Yuki KODAMA

Changes to one file · Browse files at 8f96efd23d55 Showing diff from parent 28878822d958 Diff from another changeset...

 
71
72
73
74
75
 
 
76
77
78
 
71
72
73
 
 
74
75
76
77
78
@@ -71,8 +71,8 @@
  def should_live(self, widget=None, event=None):   live = False   if self.bfile: - t = _('New changesets from the preview bundle are still pending.') - t += _('\n\nAccept or reject the new changesets?') + t = _('New changesets from the preview bundle are still pending.' + '\n\nAccept or reject the new changesets?')   # response: 0=Yes, 1=No, 2=Cancel   response = gdialog.CustomPrompt(_('Accept new Changesets'),   t,