Group directory - reword instructions

This commit is contained in:
Zach Copley 2011-04-13 18:37:43 -07:00
parent fff83723ff
commit c5849e1de2

View File

@ -120,14 +120,11 @@ class GroupdirectoryAction extends Action
// TRANS: %%action.newgroup%% is a URL. Do not change it. // TRANS: %%action.newgroup%% is a URL. Do not change it.
// TRANS: This message contains Markdown links in the form [link text](link). // TRANS: This message contains Markdown links in the form [link text](link).
$instructions = <<< END_OF_INSTRUCTIONS $instructions = <<< END_OF_INSTRUCTIONS
%%site.name%% groups let you find and talk with people of similar After you join a group you can send messages to all other members
interests. After you join a group you can send messages to all other using the syntax "!groupname".
members using the syntax "!groupname".
Browse groups, or search for groups on by their name, location or topic. 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. 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; END_OF_INSTRUCTIONS;
return _m($instructions); return _m($instructions);