# HG changeset patch # User Chris Cannam # Date 1298390113 0 # Node ID bb4702918ba6a2304a161b979bccf9f89c8b106d # Parent 6dc0a4dc6cf5a778529ab78786dc5ae3d1d13a39 And another tweak to pull-successful dialog. diff -r 6dc0a4dc6cf5 -r bb4702918ba6 mainwindow.cpp --- a/mainwindow.cpp Tue Feb 22 15:53:49 2011 +0000 +++ b/mainwindow.cpp Tue Feb 22 15:55:13 2011 +0000 @@ -1617,7 +1617,7 @@ int n = extractChangeCount(output); if (n > 0) { head = tr("Pulled %n changeset(s)", "", n); - report = tr("New changes will be highlighted in the history. Update to bring these changes into your working copy."); + report = tr("The new changes will be highlighted in the history.
Use Update to bring these changes into your working copy."); } else if (n == 0) { head = tr("No changes to pull"); report = tr("Your local repository already contains all changes found in the remote repository.");