summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-09 15:17:33 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-09 15:17:33 +0200
commit029866733b266e62429031956feacd767ba70fab (patch)
treea9afa6dab9aa2f93a89f1391007ca6fc6c438be0 /localmarkdown2sms
parent6acb085fb1ba8b5b11cb2714643fa126a68c3ee9 (diff)
fix localmarkdown2sms.
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
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;
}