# HG changeset patch # User Chris Cannam # Date 1305794754 -3600 # Node ID 2925975bdc9ec39ab6842b49fefb7e7d01bcceb6 # Parent 1affc7820befcc027bbd1d68fe1ce8548357cc5a Use "Open" in heading for clone-successful dialog to ensure action is recognisable from open dialog (closes #103) diff -r 1affc7820bef -r 2925975bdc9e src/mainwindow.cpp --- 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 %1.").arg(xmlEncode(m_workFolderPath)), output); enableDisableActions();