]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo in UI string
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 28 Nov 2009 19:52:46 +0000 (20:52 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 28 Nov 2009 19:52:46 +0000 (20:52 +0100)
actions/remotesubscribe.php

index 74025cf807b45395a9451e44541950f64a8a8b60..c723d53a1c3170d92be92d35966f6f57336aad80 100644 (file)
@@ -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;
         }