Hardcode newline outside of message to avoid issues with translations as fixed by Evan in Commit:6868bf461a5186be3eac619b73cc6550c6048f93.

This commit is contained in:
Siebrand Mazeland 2011-05-05 12:41:10 +02:00
parent 3b3bf74176
commit 30bb740642
1 changed files with 1 additions and 1 deletions

View 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";
}
/**