Use _() instead of _m() as there is no context or plural.
This commit is contained in:
parent
26a92b2801
commit
a0c80bb478
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user