diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-28 20:52:46 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-28 20:52:46 +0100 |
commit | 1b9e801703800a1249422069cf4ff53e8ef6435f (patch) | |
tree | fa77126d20ce01f375b05b97e3e982ea8f7782cf /actions/remotesubscribe.php | |
parent | e20a54fb8cb1d69fb6be7a414f2699c1958f053e (diff) |
Fix typo in UI string
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 74025cf80..c723d53a1 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -166,7 +166,7 @@ class RemotesubscribeAction extends Action omb_oauth_datastore()); } catch (OMB_InvalidYadisException $e) { $this->showForm(_('Not a valid profile URL (no YADIS document or ' . - 'no or invalid XRDS defined).')); + 'invalid XRDS defined).')); return; } |