# HG changeset patch # User Chris Cannam # Date 1319121586 -3600 # Node ID 5c846f3c9244179592fe40ac58e98b1817d31646 # Parent fb196c016a9fbe8bc6e0a1d35de20bdd92e2a876 Fix inaccurate and frightening text diff -r fb196c016a9f -r 5c846f3c9244 src/mainwindow.cpp --- 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("

%1

%2%3").arg(cf) - .arg(tr("You are about to close %1.

This branch will be marked as closed, will be hidden from the history view, and will no longer accept commits.

Please enter your comment for the commit log:").arg(branchText)) + .arg(tr("You are about to close %1.

This branch will be marked as closed and hidden from the history view.

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.

Please enter your comment for the commit log:").arg(branchText)) .arg(defaultWarning), comment, tr("C&lose branch"))) {