From 029866733b266e62429031956feacd767ba70fab Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 9 Jul 2010 15:17:33 +0200 Subject: fix localmarkdown2sms. --- localmarkdown2sms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localmarkdown2sms') diff --git a/localmarkdown2sms b/localmarkdown2sms index f448b62..af9bde1 100755 --- a/localmarkdown2sms +++ b/localmarkdown2sms @@ -243,7 +243,7 @@ if (0 == $num_children) { # my $err_en = "Sorry, I don't recognize \"$key\" as a keyword.\nPlease try again and make sure the spelling is correct."; my $err_en = "Sorry, I don't recognize \"$key\" as a keyword: Please check spelling and try again."; my $err_it = "Spiacente, non riconosco \"$key\" come parola chiave: Per favore controlla che sia scritta correttamente e riprova."; - &sendmsg($phone, $err_it . "\n" . $err_en); + &sendmsg($phone, "fallback message", $err_it . "\n" . $err_en); exit; } -- cgit v1.2.3