[fsresizer] Typo

This commit is contained in:
Adriaan de Groot 2018-09-28 12:34:40 +02:00
parent aaf27ac2ab
commit ed841d1674

View File

@ -312,7 +312,7 @@ ResizeFSJob::exec()
cDebug() << "Resize failed." << op_report.output();
return Calamares::JobResult::error(
tr( "Resize Failed" ),
report.toText() );
op_report.toText() );
}
}