diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-27 15:00:35 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-27 15:00:35 +0100 |
commit | ac47015e2b9b4a82ef497d203fb971b7f128ad41 (patch) | |
tree | c9bb929b2062f4437bafea1830a8af08d877015f /actions/apidirectmessagenew.php | |
parent | 0e029d728429009e7791ae052df4e9998e309fab (diff) | |
parent | 0b4390e7f2322a15f16919425de039d555b3e516 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/apidirectmessagenew.php')
-rw-r--r-- | actions/apidirectmessagenew.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apidirectmessagenew.php b/actions/apidirectmessagenew.php index fa6cafbe8..ca1ee70dd 100644 --- a/actions/apidirectmessagenew.php +++ b/actions/apidirectmessagenew.php @@ -157,7 +157,7 @@ class ApiDirectMessageNewAction extends ApiAuthAction // Note: sending msgs to yourself is allowed by Twitter $errmsg = 'Don\'t send a message to yourself; ' . - 'just say it to yourself quietly instead.' + 'just say it to yourself quietly instead.'; $this->clientError(_($errmsg), 403, $this->format); return; |