summaryrefslogtreecommitdiff
path: root/actions/apiaccountupdatedeliverydevice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-30 15:00:55 -0400
committerEvan Prodromou <evan@status.net>2010-04-30 15:00:55 -0400
commit3f2c805652cd641f82af41cd5f92cb54d0457a59 (patch)
treeead13aee17392f4fa9f03ba61ab30ba3b247ee2e /actions/apiaccountupdatedeliverydevice.php
parent50bfa218141a30c5041957aae60b9be78fe74950 (diff)
parentecfe6b89443227854c057bb45b107368b860ad02 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'actions/apiaccountupdatedeliverydevice.php')
-rw-r--r--actions/apiaccountupdatedeliverydevice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apiaccountupdatedeliverydevice.php b/actions/apiaccountupdatedeliverydevice.php
index 684906fe9..05d19c22d 100644
--- a/actions/apiaccountupdatedeliverydevice.php
+++ b/actions/apiaccountupdatedeliverydevice.php
@@ -103,7 +103,7 @@ class ApiAccountUpdateDeliveryDeviceAction extends ApiAuthAction
$this->clientError(
_(
'You must specify a parameter named ' .
- '\'device\' with a value of one of: sms, im, none'
+ '\'device\' with a value of one of: sms, im, none.'
)
);
return;