]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove pleonasm in UI text
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 20 Dec 2009 19:20:35 +0000 (20:20 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 20 Dec 2009 19:20:35 +0000 (20:20 +0100)
actions/featured.php

index 39bf09d8f07b125e278ba20315aea786ec2d0145..dd1056dd58338dc85408414aa06d23a45911632b 100644 (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'));
     }