From 9bf815be0df86b3de97c151abbb2dfdd4559c9ca Mon Sep 17 00:00:00 2001 From: Jordan Conway Date: Sat, 27 Aug 2011 14:51:10 -0400 Subject: [PATCH] fixed typo http://status.net/open-source/issues/3289 --- plugins/Directory/actions/groupdirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Directory/actions/groupdirectory.php b/plugins/Directory/actions/groupdirectory.php index b9ffee94e5..5e532fc214 100644 --- a/plugins/Directory/actions/groupdirectory.php +++ b/plugins/Directory/actions/groupdirectory.php @@ -124,7 +124,7 @@ class GroupdirectoryAction extends Action // TRANS: Page instructions. return _m("After you join a group you can send messages to all other members\n". "using the syntax \"!groupname\".\n\n". - "Browse groups, or search for groups on by their name, location or topic.\n". + "Browse groups, or search for groups by their name, location or topic.\n". "Separate the terms by spaces; they must be three characters or more.") . "\n"; } -- 2.39.5