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

stable mq: mark placeholder text for translation

Changeset ecf321098e60

Parent 31195ff38d36

by Yuya Nishihara

Changes to one file · Browse files at ecf321098e60 Showing diff from parent 31195ff38d36 Diff from another changeset...

 
198
199
200
201
 
202
203
204
 
198
199
200
 
201
202
203
204
@@ -198,7 +198,7 @@
  self.setAcceptDrops(True)     if hasattr(self.patchNameLE, 'setPlaceholderText'): # Qt >= 4.7 - self.patchNameLE.setPlaceholderText('### patch name ###') + self.patchNameLE.setPlaceholderText(_('### patch name ###'))     if parent:   self.layout().setContentsMargins(2, 2, 2, 2)