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

stable about: make "icons" line i18n friendly

Changeset 87bd94211eaa

Parent bf34e2874b71

by Yuya Nishihara

Changes to one file · Browse files at 87bd94211eaa Showing diff from parent bf34e2874b71 Diff from another changeset...

 
62
63
64
65
 
66
67
68
 
62
63
64
 
65
66
67
68
@@ -62,7 +62,7 @@
  self.courtesy_lbl = QLabel()   self.courtesy_lbl.setAlignment(Qt.AlignCenter)   self.courtesy_lbl.setText( - _('Several icons are courtesy of the TortoiseSVN project' + '\n')) + _('Several icons are courtesy of the TortoiseSVN project') + '\n')   self.vbox.addWidget(self.courtesy_lbl)     self.download_url_lbl = QLabel()