Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

settings: remove double quotes from username example

Since the example is all ready set apart from the description on its
own line, the quote characters aren't needed. They may also look like
they are meant to be included.

Changeset 220cc905564f

Parent 22639a93bf7e

by David Wilhelm

Changes to one file · Browse files at 220cc905564f Showing diff from parent 22639a93bf7e Diff from another changeset...

 
453
454
455
456
457
 
 
458
459
460
 
453
454
455
 
 
456
457
458
459
460
@@ -453,8 +453,8 @@
   ({'name': 'commit', 'label': _('Commit', 'config item'), 'icon': 'menucommit'}, (   _fi(_('Username'), 'ui.username', genEditCombo, - _('Name associated with commits. The common format is<br>' - '"Full Name &lt;email@example.com&gt;"')), + _('Name associated with commits. The common format is:<br>' + 'Full Name &lt;email@example.com&gt;')),   _fi(_('Summary Line Length'), 'tortoisehg.summarylen', genIntEditCombo,   _('Suggested length of commit message lines. A red vertical '   'line will mark this length. CTRL-E will reflow the current '