summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-28 20:52:46 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-28 20:52:46 +0100
commit1b9e801703800a1249422069cf4ff53e8ef6435f (patch)
treefa77126d20ce01f375b05b97e3e982ea8f7782cf /actions/remotesubscribe.php
parente20a54fb8cb1d69fb6be7a414f2699c1958f053e (diff)
Fix typo in UI string
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 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;
}