From db4213a9e048dfb4ef1063df7bd588b5bdc756ab Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 17 Feb 2011 09:58:07 +0100 Subject: [PATCH] Double quotes to single quotes. --- actions/repeat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }