# HG changeset patch # User Chris Cannam # Date 1298316149 0 # Node ID 01a471e9cbe3e9bd0c0c05cca8979a19e0eec498 # Parent fc9d411ff6e722472cc6801cea3492e1e7ba534a Small fix to clone successful dialog wording diff -r fc9d411ff6e7 -r 01a471e9cbe3 mainwindow.cpp --- a/mainwindow.cpp Mon Feb 21 18:20:29 2011 +0000 +++ b/mainwindow.cpp Mon Feb 21 19:22:29 2011 +0000 @@ -1875,7 +1875,7 @@ (this, tr("Clone"), tr("Clone successful"), - tr("The remote repository
%1
was successfully cloned to the local folder
%2
.").arg(m_remoteRepoPath).arg(m_workFolderPath), + tr("The remote repository was successfully cloned to the local folder %1.").arg(xmlEncode(m_workFolderPath)), output); enableDisableActions(); m_shouldHgStat = true;