diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-12-20 20:20:35 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-12-20 20:20:35 +0100 |
commit | 0957c9fa4bfd7c77af454b92cf87f3e2d0a0e9ea (patch) | |
tree | e7350e99041992a72947a3674a5dc4375e40c5b5 | |
parent | 7e6efd1065ee1aac8b59759255d317cb172fa45e (diff) |
Remove pleonasm in UI text
-rw-r--r-- | actions/featured.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/featured.php b/actions/featured.php index 39bf09d8f..dd1056dd5 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')); } |