From f4597a538a41f86188fb7f093f05648d939c127c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 9 Jul 2010 15:37:57 +0200 Subject: Shorten italian error message in localmarkdown2sms. --- localmarkdown2sms | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'localmarkdown2sms') diff --git a/localmarkdown2sms b/localmarkdown2sms index af9bde1..5afdd89 100755 --- a/localmarkdown2sms +++ b/localmarkdown2sms @@ -240,9 +240,8 @@ sub sendmsg { my $num_children = $#{ $reply{$key} } + 1; # How many children we'll create 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."; + my $err_it = "Spiacente, non riconosco \"$key\" come parola chiave.\nControlla che sia corretta e riprova."; &sendmsg($phone, "fallback message", $err_it . "\n" . $err_en); exit; } -- cgit v1.2.3