diff 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
line wrap: on
line diff
--- a/mainwindow.cpp	Tue Mar 01 14:22:53 2011 +0000
+++ b/mainwindow.cpp	Tue Mar 01 15:51:28 2011 +0000
@@ -440,7 +440,7 @@
         (this,
          cf,
          tr("<h3>%1</h3><p>%2%3").arg(cf)
-         .arg(tr("You are about to commit the following files to %1.").arg(branchText))
+         .arg(tr("You are about to commit the following files to %1:").arg(branchText))
          .arg(subsetNote),
          tr("<h3>%1</h3><p>%2%3").arg(cf)
          .arg(tr("You are about to commit %n file(s) to %1.", "", reportFiles.size()).arg(branchText))