Mercurial > hg > easyhg
changeset 310:b8ed12c2035f
Minor textual fix
author | Chris Cannam |
---|---|
date | Mon, 28 Feb 2011 17:35:55 +0000 |
parents | 978b8c03118a |
children | f98c8ece3035 |
files | mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.<br>This may indicate an installation problem with EasyMercurial.<br><br>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.<br>This may indicate an installation problem.<br><br>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;