summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-08-25 16:18:27 +0200
committerJonas Smedegaard <dr@jones.dk>2009-08-25 16:18:27 +0200
commit6b210c166cb05ec7d90a804d2bde53848916f9ad (patch)
tree7a13bc9c5c17db54df71689871951b6307a03b6c /localmarkdown2sms
parentdad7842c23ec5e9daa4c7e3ae4284f0b8a15a81d (diff)
Avoid asking question in wrong-keyword error message.
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
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;
}