From 1b9e801703800a1249422069cf4ff53e8ef6435f Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 28 Nov 2009 20:52:46 +0100 Subject: [PATCH] Fix typo in UI string --- actions/remotesubscribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 74025cf807..c723d53a1c 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; }