Mercurial > hg > easyhg
changeset 295:01a471e9cbe3
Small fix to clone successful dialog wording
author | Chris Cannam |
---|---|
date | Mon, 21 Feb 2011 19:22:29 +0000 |
parents | fc9d411ff6e7 |
children | d40294e164da fd9dc5a457d8 |
files | mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <pre>%1</pre> was successfully cloned to the local folder <pre>%2</pre>.").arg(m_remoteRepoPath).arg(m_workFolderPath), + tr("The remote repository was successfully cloned to the local folder <code>%1</code>.").arg(xmlEncode(m_workFolderPath)), output); enableDisableActions(); m_shouldHgStat = true;