Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

clone: use bold for main instruction

Changeset 4798bc49dac4

Parent b8f4a72322a4

by Yuki KODAMA

Changes to one file · Browse files at 4798bc49dac4 Showing diff from parent b8f4a72322a4 Diff from another changeset...

 
195
196
197
198
 
199
200
201
 
195
196
197
 
198
199
200
201
@@ -195,7 +195,7 @@
  msg.setIcon(QMessageBox.Warning)   msg.setWindowTitle(_('TortoiseHg Clone'))   msg.setStandardButtons(QMessageBox.Close) - msg.setText(_('Source and destination are the same')) + msg.setText(_('<b>Source and destination are the same</b>'))   msg.setInformativeText(_('<nobr>Please specify different paths.</nobr>'))   msg.exec_()   return False