Use _() instead of _m() as there is no context or plural.

This commit is contained in:
Siebrand Mazeland 2011-06-19 11:49:33 +02:00
parent 26a92b2801
commit a0c80bb478
1 changed files with 1 additions and 1 deletions

View 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