From 11ac513d5bbf5de39dfeac312dee14b0ec61e0fe Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Mon, 26 Feb 2024 19:22:49 -0800 Subject: crystal/bungmobott: minor verbiage improvements --- crystal/bungmobott.cr | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crystal/bungmobott.cr') diff --git a/crystal/bungmobott.cr b/crystal/bungmobott.cr index 8194eb6..8a60697 100644 --- a/crystal/bungmobott.cr +++ b/crystal/bungmobott.cr @@ -265,10 +265,10 @@ end # enable aws? if ! File.exists?( Path.home./("/.aws/credentials") ) # FIXME: work out where this is on Windows - STDERR.puts "Warning: #{Path.home}/.aws/credentials is missing; AWS voices disabled." + STDERR.puts "Warning: #{Path.home}/.aws/credentials is missing; direct AWS voices disabled." aws = false elsif ! Process.find_executable( "aws.exe" ) && ! Process.find_executable( "aws" ) - STDERR.puts "Warning: aws CLI executable is missing; AWS voices disabled." + STDERR.puts "Warning: aws CLI executable is missing; direct AWS voices disabled." aws = false else aws = true @@ -487,6 +487,7 @@ def generatevoicelistwin() if ( voices.size < 10 ) puts( "WARNING: Microsoft Speech Service voice count is suspiciously low." ) puts( "You may want to visit https://www.microsoft.com/en-us/download/details.aspx?id=27224" ) + puts( "or run #{PROGRAM_NAME} --install-mss-voices" ) end return voices end -- cgit v1.2.3