comparison mainwindow.cpp @ 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
comparison
equal deleted inserted replaced
294:fc9d411ff6e7 295:01a471e9cbe3
1873 MultiChoiceDialog::addRecentArgument("remote", m_workFolderPath, true); 1873 MultiChoiceDialog::addRecentArgument("remote", m_workFolderPath, true);
1874 MoreInformationDialog::information 1874 MoreInformationDialog::information
1875 (this, 1875 (this,
1876 tr("Clone"), 1876 tr("Clone"),
1877 tr("Clone successful"), 1877 tr("Clone successful"),
1878 tr("The remote repository <pre>%1</pre> was successfully cloned to the local folder <pre>%2</pre>.").arg(m_remoteRepoPath).arg(m_workFolderPath), 1878 tr("The remote repository was successfully cloned to the local folder <code>%1</code>.").arg(xmlEncode(m_workFolderPath)),
1879 output); 1879 output);
1880 enableDisableActions(); 1880 enableDisableActions();
1881 m_shouldHgStat = true; 1881 m_shouldHgStat = true;
1882 break; 1882 break;
1883 1883