diff --git a/actions/repeat.php b/actions/repeat.php index 60b238f3a7..2ec641578b 100644 --- a/actions/repeat.php +++ b/actions/repeat.php @@ -72,7 +72,7 @@ class RepeatAction extends Action } 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; }