comparison mainwindow.cpp @ 313:4b9656471303

Update version number to 0.4; another minor textual fix
author Chris Cannam
date Tue, 01 Mar 2011 15:51:28 +0000
parents f98c8ece3035
children 124a3ea9fafb
comparison
equal deleted inserted replaced
312:f98c8ece3035 313:4b9656471303
438 438
439 if (ConfirmCommentDialog::confirmAndGetLongComment 439 if (ConfirmCommentDialog::confirmAndGetLongComment
440 (this, 440 (this,
441 cf, 441 cf,
442 tr("<h3>%1</h3><p>%2%3").arg(cf) 442 tr("<h3>%1</h3><p>%2%3").arg(cf)
443 .arg(tr("You are about to commit the following files to %1.").arg(branchText)) 443 .arg(tr("You are about to commit the following files to %1:").arg(branchText))
444 .arg(subsetNote), 444 .arg(subsetNote),
445 tr("<h3>%1</h3><p>%2%3").arg(cf) 445 tr("<h3>%1</h3><p>%2%3").arg(cf)
446 .arg(tr("You are about to commit %n file(s) to %1.", "", reportFiles.size()).arg(branchText)) 446 .arg(tr("You are about to commit %n file(s) to %1.", "", reportFiles.size()).arg(branchText))
447 .arg(subsetNote), 447 .arg(subsetNote),
448 reportFiles, 448 reportFiles,