mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-26 09:08:11 -07:00
Fix dodgy TL strings to make them easier to translate
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user