From c5849e1de20e8f787e52b1afc9cc32b2ca8bde02 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 13 Apr 2011 18:37:43 -0700 Subject: [PATCH] Group directory - reword instructions --- plugins/Directory/actions/groupdirectory.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/Directory/actions/groupdirectory.php b/plugins/Directory/actions/groupdirectory.php index 1b5c9a9e6e..4e8e422bf2 100644 --- a/plugins/Directory/actions/groupdirectory.php +++ b/plugins/Directory/actions/groupdirectory.php @@ -120,14 +120,11 @@ class GroupdirectoryAction extends Action // TRANS: %%action.newgroup%% is a URL. Do not change it. // TRANS: This message contains Markdown links in the form [link text](link). $instructions = <<< END_OF_INSTRUCTIONS -%%site.name%% groups let you find and talk with people of similar -interests. After you join a group you can send messages to all other -members using the syntax "!groupname". +After you join a group you can send messages to all other members +using the syntax "!groupname". Browse groups, or search for groups on by their name, location or topic. Separate the terms by spaces; they must be three characters or more. - -Don't see a group you like? [start your own](%%action.newgroup%%)! END_OF_INSTRUCTIONS; return _m($instructions); -- 2.39.2