From: Siebrand Mazeland Date: Sun, 19 Jun 2011 09:49:33 +0000 (+0200) Subject: Use _() instead of _m() as there is no context or plural. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0c80bb478b0efd505467ab20356a98aab74cf60;p=quix0rs-gnu-social.git Use _() instead of _m() as there is no context or plural. --- diff --git a/scripts/update_ostatus_profiles.php b/scripts/update_ostatus_profiles.php index 0d56423f58..bca136bbbc 100644 --- a/scripts/update_ostatus_profiles.php +++ b/scripts/update_ostatus_profiles.php @@ -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