From: Siebrand Mazeland Date: Sun, 20 Dec 2009 19:20:35 +0000 (+0100) Subject: Remove pleonasm in UI text X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0957c9fa4bfd7c77af454b92cf87f3e2d0a0e9ea;p=quix0rs-gnu-social.git Remove pleonasm in UI text --- 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')); }