Double quotes to single quotes.

This commit is contained in:
Siebrand Mazeland 2011-02-17 09:58:07 +01:00
parent a159352b65
commit db4213a9e0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}