]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groups.php
Initial representation for repeated notice
[quix0rs-gnu-social.git] / actions / groups.php
index c713d0a98e82b5727cf6b8ad67fd77b3f914572c..10a1d5964d374ac2d18118223b3f297ca5211ed5 100644 (file)
@@ -88,12 +88,11 @@ class GroupsAction extends Action
     {
         $notice =
           sprintf(_('%%%%site.name%%%% groups let you find and talk with ' .
-                    'users of similar interests. After you join a group ' .
+                    'people of similar interests. After you join a group ' .
                     'you can send messages to all other members using the ' .
-                    'syntax "!groupname". Are you not seeing any groups ' .
-                    'you like? Try ' .
+                    'syntax "!groupname". Don\'t see a group you like? Try ' .
                     '[searching for one](%%%%action.groupsearch%%%%) or ' .
-                    '[start your own](%%%%action.newgroup%%%%)!'));
+                    '[start your own!](%%%%action.newgroup%%%%)'));
         $this->elementStart('div', 'instructions');
         $this->raw(common_markup_to_html($notice));
         $this->elementEnd('div');