summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-09 00:17:06 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-09 00:17:06 +0200
commit4fb2c1368e56a48e143d1a737fe54836f0e04da8 (patch)
treea1ca88e7144660d2daa2476d3b839d5fad6efdd0 /localmarkdown2sms
parent5c2cde77e1ebc572e23902de1991bc93ec43ee66 (diff)
Improve error message when no matching keyword in localmarkdown2sms.
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
diff --git a/localmarkdown2sms b/localmarkdown2sms
index 8c62459..890a666 100755
--- a/localmarkdown2sms
+++ b/localmarkdown2sms
@@ -240,7 +240,7 @@ sub sendmsg {
my $num_children = $#{ $reply{$key} } + 1; # How many children we'll create
if (0 == $num_children) {
- &sendmsg($phone, "fallback message", "Sorry, the sms code \"$key\" is unknown.\nPlease send only sms codes to this number.");
+ &sendmsg($phone, "fallback message", "Sorry, I don't recognize \"$key\" as a keyword.\nPlease try again and make sure the spelling is correct.");
exit;
}