diff options
Diffstat (limited to 'actions/featured.php')
-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')); } |