Mercurial > hg > easyhg
comparison mainwindow.cpp @ 310:b8ed12c2035f
Minor textual fix
author | Chris Cannam |
---|---|
date | Mon, 28 Feb 2011 17:35:55 +0000 |
parents | 978b8c03118a |
children | f98c8ece3035 |
comparison
equal
deleted
inserted
replaced
309:978b8c03118a | 310:b8ed12c2035f |
---|---|
1722 case ACT_TEST_HG_EXT: | 1722 case ACT_TEST_HG_EXT: |
1723 MoreInformationDialog::warning | 1723 MoreInformationDialog::warning |
1724 (this, | 1724 (this, |
1725 tr("Failed to run Mercurial"), | 1725 tr("Failed to run Mercurial"), |
1726 tr("Failed to run Mercurial with extension enabled"), | 1726 tr("Failed to run Mercurial with extension enabled"), |
1727 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), | 1727 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), |
1728 output); | 1728 output); |
1729 settings(); | 1729 settings(); |
1730 return; | 1730 return; |
1731 case ACT_CLONEFROMREMOTE: | 1731 case ACT_CLONEFROMREMOTE: |
1732 // if clone fails, we have no repo | 1732 // if clone fails, we have no repo |