Fix typo in UI string

This commit is contained in:
Siebrand Mazeland 2009-11-28 20:52:46 +01:00
parent e20a54fb8c
commit 1b9e801703
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class RemotesubscribeAction extends Action
omb_oauth_datastore()); omb_oauth_datastore());
} catch (OMB_InvalidYadisException $e) { } catch (OMB_InvalidYadisException $e) {
$this->showForm(_('Not a valid profile URL (no YADIS document or ' . $this->showForm(_('Not a valid profile URL (no YADIS document or ' .
'no or invalid XRDS defined).')); 'invalid XRDS defined).'));
return; return;
} }