From 6b210c166cb05ec7d90a804d2bde53848916f9ad Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 25 Aug 2009 16:18:27 +0200 Subject: Avoid asking question in wrong-keyword error message. --- localmarkdown2sms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localmarkdown2sms') diff --git a/localmarkdown2sms b/localmarkdown2sms index f394764..879ce93 100755 --- a/localmarkdown2sms +++ b/localmarkdown2sms @@ -182,7 +182,7 @@ sub sendmsg { my $num_children = $#{ $reply{$key} } + 1; # How many children we'll create if (0 == $num_children) { - &sendmsg($phone, "fallback message", "Hmmm, strange, the word \"$key\" is unknown. Perhaps you typed it wrong?\n\nPlease try again."); + &sendmsg($phone, "fallback message", "Sorry, the sms code \"$key\" is unknown.\nPlease send only sms codes to this number."); exit; } -- cgit v1.2.3