]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/ostatustag.php
Update translator documentation.
[quix0rs-gnu-social.git] / plugins / OStatus / actions / ostatustag.php
index 85ead81ca2f8f70c0b43fed80b8a52d8d0d4dc17..eaf9c167e7a98f3a26fdb20392f3b1b738f8b47f 100644 (file)
@@ -83,7 +83,7 @@ class OStatusTagAction extends OStatusInitAction
         $disco = new Discovery;
         $result = $disco->lookup($acct);
         if (!$result) {
-            $this->clientError(_m("Couldn't look up OStatus account profile."));
+            $this->clientError(_m('Could not look up OStatus account profile.'));
         }
 
         foreach ($result->links as $link) {
@@ -95,7 +95,7 @@ class OStatusTagAction extends OStatusInitAction
             }
 
         }
-        $this->clientError(_m("Couldn't confirm remote profile address."));
+        $this->clientError(_m('Could not confirm remote profile address.'));
     }
 
     function connectProfile($subscriber_profile)