[zfs] Correct user-visible spelling of ZFS
In Camel-cased source code, Zfs, but for user-visible strings, ZFS (or zfs, but needs to be consistent).
This commit is contained in:
parent
9f6f82405b
commit
b1742876fd
@ -178,7 +178,7 @@ ZfsJob::exec()
|
||||
{
|
||||
cWarning() << "No *partitions* defined.";
|
||||
return Calamares::JobResult::internalError( tr( "Configuration Error" ),
|
||||
tr( "No partitions are available for Zfs." ),
|
||||
tr( "No partitions are available for ZFS." ),
|
||||
Calamares::JobResult::InvalidConfiguration );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user