mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix minor typo
Many thanks in advance for reviewing.
This commit is contained in:
parent
6d10c41aeb
commit
b582c27bf4
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ LuksBootKeyFileJob::exec()
|
||||||
if ( !setupLuks( d ) )
|
if ( !setupLuks( d ) )
|
||||||
return Calamares::JobResult::error(
|
return Calamares::JobResult::error(
|
||||||
tr( "Encrypted rootfs setup error" ),
|
tr( "Encrypted rootfs setup error" ),
|
||||||
tr( "Could configure LUKS key file on partition %1." ).arg( d.device ) );
|
tr( "Could not configure LUKS key file on partition %1." ).arg( d.device ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
return Calamares::JobResult::ok();
|
return Calamares::JobResult::ok();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue