# HG changeset patch # User Chris Cannam # Date 1298914555 0 # Node ID b8ed12c2035f8021e76051aacd0b4b1f9e481ea8 # Parent 978b8c03118a303dc200ffa88f351c5510c789ac Minor textual fix diff -r 978b8c03118a -r b8ed12c2035f mainwindow.cpp --- a/mainwindow.cpp Mon Feb 28 14:31:57 2011 +0000 +++ b/mainwindow.cpp Mon Feb 28 17:35:55 2011 +0000 @@ -1724,7 +1724,7 @@ (this, tr("Failed to run Mercurial"), tr("Failed to run Mercurial with extension enabled"), - tr("The Mercurial program failed to run with the EasyMercurial interaction extension enabled.
This may indicate an installation problem with EasyMercurial.

You may be able to continue working if you switch off “Use EasyHg Mercurial Extension” in %1. Note that remote repositories that require authentication may not work if you do this.").arg(setstr), + tr("The Mercurial program failed to run with the EasyMercurial interaction extension enabled.
This may indicate an installation problem.

You may be able to continue working if you switch off “Use EasyHg Mercurial Extension” in %1. Note that remote repositories that require authentication might not work if you do this.").arg(setstr), output); settings(); return;