]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use _() instead of _m() as there is no context or plural.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 09:49:33 +0000 (11:49 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 09:49:33 +0000 (11:49 +0200)
scripts/update_ostatus_profiles.php

index 0d56423f58c0bc9c6b50378bb22a7562e97b407f..bca136bbbce3a27285b99276df20f8ecaf604ff2 100644 (file)
@@ -133,7 +133,7 @@ class LooseOstatusProfile extends Ostatus_profile
 
         if (!$response->isOk()) {
             // TRANS: Exception. %s is a profile URL.
-            throw new Exception(sprintf(_m('Could not reach profile page %s.'),$profile_url));
+            throw new Exception(sprintf(_('Could not reach profile page %s.'),$profile_url));
         }
 
         // Check if we have a non-canonical URL