Mercurial > hg > easyhg
changeset 303:bb4702918ba6
And another tweak to pull-successful dialog.
author | Chris Cannam |
---|---|
date | Tue, 22 Feb 2011 15:55:13 +0000 |
parents | 6dc0a4dc6cf5 |
children | 031dddcd967f 7708149d252a |
files | mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.<br>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.");