From 0957c9fa4bfd7c77af454b92cf87f3e2d0a0e9ea Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 20 Dec 2009 20:20:35 +0100 Subject: [PATCH] Remove pleonasm in UI text --- actions/featured.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/featured.php b/actions/featured.php index 39bf09d8f0..dd1056dd58 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -96,7 +96,7 @@ class FeaturedAction extends Action function getInstructions() { - return sprintf(_('A selection of some of the great users on %s'), + return sprintf(_('A selection of some great users on %s'), common_config('site', 'name')); }