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

stable pbranch: Remove \n from error message

Changeset 50b332953c2c

Parent 030773087496

by Peer Sommerlund

Changes to one file · Browse files at 50b332953c2c Showing diff from parent 030773087496 Diff from another changeset...

 
438
439
440
441
442
443
 
 
444
445
446
 
438
439
440
 
 
 
441
442
443
444
445
@@ -438,9 +438,8 @@
  os.environ.get("EDITOR","editor-not-configured")   == "editor-not-configured")   if no_editor_configured: - qtlib.ErrorMsgBox( - _('No editor found'), - _('Mercurial was unable to find an editor.\nPlease configure Mercurial to use an editor installed on your system.')) + qtlib.ErrorMsgBox(_('No editor found'), + _('Mercurial was unable to find an editor. Please configure Mercurial to use an editor installed on your system.'))   else:   raise   os.chdir(olddir)