changeset 475:dec4695f64e0

Merge
author Chris Cannam
date Tue, 26 Jul 2011 13:42:09 +0100
parents 8bdc8f27d19c (current diff) 101d113943c2 (diff)
children 7e8688784980
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Tue Jul 26 13:41:56 2011 +0100
+++ b/src/mainwindow.cpp	Tue Jul 26 13:42:09 2011 +0100
@@ -456,10 +456,10 @@
         (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 changes to the following files in %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))
+         .arg(tr("You are about to commit changes to %n file(s) in %1.", "", reportFiles.size()).arg(branchText))
          .arg(subsetNote),
          reportFiles,
          comment,