forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user