From: Siebrand Mazeland Date: Thu, 17 Feb 2011 08:58:07 +0000 (+0100) Subject: Double quotes to single quotes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=db4213a9e048dfb4ef1063df7bd588b5bdc756ab;p=quix0rs-gnu-social.git Double quotes to single quotes. --- 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; }