Mercurial > hg > easyhg
comparison src/mainwindow.cpp @ 518:5c846f3c9244
Fix inaccurate and frightening text
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2011 15:39:46 +0100 |
parents | 306a62fe851e |
children | 000f13faa089 |
comparison
equal
deleted
inserted
replaced
517:fb196c016a9f | 518:5c846f3c9244 |
---|---|
564 | 564 |
565 if (ConfirmCommentDialog::confirmAndGetLongComment | 565 if (ConfirmCommentDialog::confirmAndGetLongComment |
566 (this, | 566 (this, |
567 cf, | 567 cf, |
568 tr("<h3>%1</h3><p>%2%3").arg(cf) | 568 tr("<h3>%1</h3><p>%2%3").arg(cf) |
569 .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)) | 569 .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)) |
570 .arg(defaultWarning), | 570 .arg(defaultWarning), |
571 comment, | 571 comment, |
572 tr("C&lose branch"))) { | 572 tr("C&lose branch"))) { |
573 | 573 |
574 params << "commit" << "--message" << comment | 574 params << "commit" << "--message" << comment |