From 76c48a7099c7ec5e1ac730f3f1ce9f5a706cd25e Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 18 Aug 2011 18:17:38 -0700 Subject: [PATCH] Fix syntax err --- lib/favorform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/favorform.php b/lib/favorform.php index d5805b2300..eab5ba6e9c 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -136,7 +136,7 @@ class FavorForm extends Form 'submit', null, // TRANS: Button title for adding the favourite status to a notice. - _('Add this notice to your list of favorite notices.'); + _('Add this notice to your list of favorite notices.')); } /**