changeset 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 1affc7820bef
children 5cc0d897eb26
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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();