summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.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/remotesubscribe.php
parentda444f8a15043f326aa9a629ba5f0b25bc35b1e5 (diff)
Harmonise UI message "No such user."
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index aee2a5d8e..74025cf80 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -151,7 +151,7 @@ class RemotesubscribeAction extends Action
$this->profile_url = $this->trimmed('profile_url');
if (!$this->profile_url) {
- $this->showForm(_('No such user'));
+ $this->showForm(_('No such user.'));
return;
}