Fix dodgy TL strings to make them easier to translate

This commit is contained in:
Daniel Oaks 2019-02-22 12:37:11 +10:00
parent 92a3ed9eca
commit 6d109e92a5
10 changed files with 49 additions and 43 deletions

View file

@ -646,13 +646,13 @@ func GenerateHelpIndex(lm *languages.Manager, forOpers bool) map[string]string {
defaultHelpIndex := `= Help Topics =
Commands:
%s
%[1]s
RPL_ISUPPORT Tokens:
%s
%[2]s
Information:
%s`
%[3]s`
newHelpIndex := make(map[string]string)