Fix typos

Change-Id: I4d1be4f380c37589dbc5a2bbd0fd3230ebbfee47
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Robert Loehning
2014-09-09 13:04:43 +02:00
parent ccf130a642
commit 758e189dca
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ bool DiffEditor::open(QString *errorString,
&ok);
if (!ok) {
*errorString = tr("Could not parse patch file \"%1\". "
"The contents is not of unified diff format.")
"The content is not of unified diff format.")
.arg(fileName);
return false;
}