From fe6a2ea2476e8714739f4d9862881c508f938975 Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 03:43:01 -0400 Subject: [PATCH] added "desired" to the error message about disk drives --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index 128dd31..099565a 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -29,7 +29,7 @@ if arg[1] == nil then end end if driveCount > 1 then - print("Too many disk drives. Specify where the disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons + print("Too many disk drives. Specify where the desired disk drive is by running 'rhythmbox [drive position]'") -- For safety reasons return false end end