From 30bb740642a0177776b06353301ce2a6728340d4 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 5 May 2011 12:41:10 +0200 Subject: [PATCH] Hardcode newline outside of message to avoid issues with translations as fixed by Evan in Commit:6868bf461a5186be3eac619b73cc6550c6048f93. --- 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 9ae1bede7c..b9ffee94e5 100644 --- a/plugins/Directory/actions/groupdirectory.php +++ b/plugins/Directory/actions/groupdirectory.php @@ -125,7 +125,7 @@ class GroupdirectoryAction extends Action 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". - "Separate the terms by spaces; they must be three characters or more.\n"); + "Separate the terms by spaces; they must be three characters or more.") . "\n"; } /**