[fsresizer] Fix string error, thanks Lithuanian translators
This commit is contained in:
parent
1b570477de
commit
fc99824c8d
@ -302,7 +302,7 @@ ResizeFSJob::exec()
|
|||||||
return Calamares::JobResult::error(
|
return Calamares::JobResult::error(
|
||||||
tr( "Resize Failed" ),
|
tr( "Resize Failed" ),
|
||||||
!m_fsname.isEmpty() ? tr( "The filesystem %1 must be resized, but cannot." ).arg( m_fsname )
|
!m_fsname.isEmpty() ? tr( "The filesystem %1 must be resized, but cannot." ).arg( m_fsname )
|
||||||
: tr( "The device %11 must be resized, but cannot" ).arg( m_fsname ) );
|
: tr( "The device %1 must be resized, but cannot" ).arg( m_fsname ) );
|
||||||
|
|
||||||
return Calamares::JobResult::ok();
|
return Calamares::JobResult::ok();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user