forked from GNUsocial/gnu-social
Double quotes to single quotes.
This commit is contained in:
parent
a159352b65
commit
db4213a9e0
@ -72,7 +72,7 @@ class RepeatAction extends Action
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->user->id == $this->notice->profile_id) {
|
if ($this->user->id == $this->notice->profile_id) {
|
||||||
$this->clientError(_("You cannot repeat your own notice."));
|
$this->clientError(_('You cannot repeat your own notice.'));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user