Mercurial > hg > easyhg
diff src/mainwindow.cpp @ 384:2925975bdc9e
Use "Open" in heading for clone-successful dialog to ensure action is recognisable from open dialog (closes #103)
author | Chris Cannam |
---|---|
date | Thu, 19 May 2011 09:45:54 +0100 |
parents | f7dc2c5d8650 |
children | 2a19d5706673 |
line wrap: on
line diff
--- a/src/mainwindow.cpp Thu May 19 09:25:54 2011 +0100 +++ b/src/mainwindow.cpp Thu May 19 09:45:54 2011 +0100 @@ -2091,7 +2091,7 @@ MoreInformationDialog::information (this, tr("Clone"), - tr("Clone successful"), + tr("Open successful"), tr("The remote repository was successfully cloned to the local folder <code>%1</code>.").arg(xmlEncode(m_workFolderPath)), output); enableDisableActions();