]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Hardcode newline outside of message to avoid issues with translations as fixed by...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 5 May 2011 10:41:10 +0000 (12:41 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 5 May 2011 10:41:10 +0000 (12:41 +0200)
plugins/Directory/actions/groupdirectory.php

index 9ae1bede7c8ffbbe4f9eb1eb49d9bf389567368b..b9ffee94e5c4171df8bb15cff4350abb99a6aed5 100644 (file)
@@ -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";
     }
 
     /**