summaryrefslogtreecommitdiff
path: root/actions/featured.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-20 20:20:35 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-20 20:20:35 +0100
commit0957c9fa4bfd7c77af454b92cf87f3e2d0a0e9ea (patch)
treee7350e99041992a72947a3674a5dc4375e40c5b5 /actions/featured.php
parent7e6efd1065ee1aac8b59759255d317cb172fa45e (diff)
Remove pleonasm in UI text
Diffstat (limited to 'actions/featured.php')
-rw-r--r--actions/featured.php2
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'));
}