diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:10:44 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:10:44 +0100 |
commit | 221b779e88e51b70a2c3509798154c461203e636 (patch) | |
tree | 42b8e9b5faa2adbf161afe42705b787a71ce12cc /actions/remotesubscribe.php | |
parent | da444f8a15043f326aa9a629ba5f0b25bc35b1e5 (diff) |
Harmonise UI message "No such user."
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r-- | actions/remotesubscribe.php | 2 |
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; } |