From a0c80bb478b0efd505467ab20356a98aab74cf60 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 19 Jun 2011 11:49:33 +0200 Subject: [PATCH] Use _() instead of _m() as there is no context or plural. --- scripts/update_ostatus_profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5