summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
mode:
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
diff --git a/localmarkdown2sms b/localmarkdown2sms
index 0ba1622..a8b6860 100755
--- a/localmarkdown2sms
+++ b/localmarkdown2sms
@@ -241,7 +241,7 @@ 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: Please check spelling and try again.";
- my $err_it = "Spiacente, non riconosco \"$key\" come parola chiave.\nControlla che sia corretta e riprova.";
+ my $err_it = "Spiacente, non riconosco \"$key\" come parola chiave: Controlla che sia corretta e riprova.";
&sendmsg($sms_phone, $phone, "fallback message", $err_it . "\n" . $err_en);
exit;
}