From b1742876fdb25d475724f7389d714dbf4d6acc1b Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 17 Feb 2022 15:51:15 +0100 Subject: [PATCH] [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). --- src/modules/zfs/ZfsJob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/zfs/ZfsJob.cpp b/src/modules/zfs/ZfsJob.cpp index ce2eaf183..921645f0a 100644 --- a/src/modules/zfs/ZfsJob.cpp +++ b/src/modules/zfs/ZfsJob.cpp @@ -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 ); }