From 68955b8d404ed09203f5c1dfe9429c27c083a0c8 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 31 Oct 2024 16:03:04 +1000 Subject: Language cleanup. --- aataaj.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aataaj.lua') diff --git a/aataaj.lua b/aataaj.lua index 59e58f1..99cf9ff 100755 --- a/aataaj.lua +++ b/aataaj.lua @@ -191,7 +191,7 @@ local speak = function(card, subdevice, device, words, printIt, forkIt) end if 'start' == arg[1] then - print('Your ' .. cnt .. ' audio devices are ') + print('Your ' .. cnt .. ' audio devices are - ') for k,C in pairs(Cards) do for j,c in ipairs(C['playbackDevs']) do speak(C.name, C['playbackDevs'][j], C.card - 1, 'Your ' .. cnt .. ' audio devices are - ', false, true) @@ -218,7 +218,7 @@ if 'start' == arg[1] then for k,C in pairs(Cards) do if (C.card - 1) == choice then - print('You choose ' .. choice .. ' ' .. C.name) + print('Your choice is ' .. choice .. ' ' .. C.name) ourCard = C.name end end -- cgit v1.1