Mercurial > hg > easyhg
changeset 518:5c846f3c9244
Fix inaccurate and frightening text
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2011 15:39:46 +0100 |
parents | fb196c016a9f |
children | 000f13faa089 |
files | src/mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mainwindow.cpp Thu Oct 20 15:30:42 2011 +0100 +++ b/src/mainwindow.cpp Thu Oct 20 15:39:46 2011 +0100 @@ -566,7 +566,7 @@ (this, cf, tr("<h3>%1</h3><p>%2%3").arg(cf) - .arg(tr("You are about to close %1.<p>This branch will be marked as closed, will be hidden from the history view, and will no longer accept commits.<p>Please enter your comment for the commit log:").arg(branchText)) + .arg(tr("You are about to close %1.<p>This branch will be marked as closed and hidden from the history view.<p>You will still be able to see if it you select \"Show closed branches\" in the history view, and it will be reopened if you commit to it.<p>Please enter your comment for the commit log:").arg(branchText)) .arg(defaultWarning), comment, tr("C&lose branch"))) {