Remove pleonasm in UI text

This commit is contained in:
Siebrand Mazeland 2009-12-20 20:20:35 +01:00
parent 7e6efd1065
commit 0957c9fa4b
1 changed files with 1 additions and 1 deletions

View File

@ -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'));
}