# HG changeset patch # User Chris Cannam # Date 1311332429 -3600 # Node ID 101d113943c243b3ef8747989174deee9899e7e5 # Parent 2d57b81671dea39140e91e464fa469fe907d079a Text change -- "commit changes to the following files" instead of "commit the following files" (seems less weird if you're actually removing them) diff -r 2d57b81671de -r 101d113943c2 src/mainwindow.cpp --- a/src/mainwindow.cpp Thu Jul 14 13:56:20 2011 +0100 +++ b/src/mainwindow.cpp Fri Jul 22 12:00:29 2011 +0100 @@ -456,10 +456,10 @@ (this, cf, tr("

%1

%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("

%1

%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,