summaryrefslogtreecommitdiff
path: root/actions/newmessage.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:10:44 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:10:44 +0100
commit221b779e88e51b70a2c3509798154c461203e636 (patch)
tree42b8e9b5faa2adbf161afe42705b787a71ce12cc /actions/newmessage.php
parentda444f8a15043f326aa9a629ba5f0b25bc35b1e5 (diff)
Harmonise UI message "No such user."
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r--actions/newmessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php
index 095a7d1d3..0db2e7181 100644
--- a/actions/newmessage.php
+++ b/actions/newmessage.php
@@ -113,7 +113,7 @@ class NewmessageAction extends Action
$this->other = User::staticGet('id', $this->to);
if (!$this->other) {
- $this->clientError(_('No such user'), 404);
+ $this->clientError(_('No such user.'), 404);
return false;
}