Fix help topics in the Commands section not using Title Case
This commit is contained in:
parent
74abdda874
commit
0fc006f8f3
1 changed files with 3 additions and 3 deletions
|
@ -649,7 +649,7 @@ It is not possible to remove add-ons for which there is publishing information (
|
|||
|
||||
[topic]
|
||||
id=general_commands
|
||||
title= _ "General commands"
|
||||
title= _ "General Commands"
|
||||
# wmllint: display on
|
||||
text= _ "These commands can either be issued via the command line by prefixing them with ':' (as shown here) or via the chat by prefixing them with '/' (press 'm' first to open the chat line).
|
||||
|
||||
|
@ -693,7 +693,7 @@ Save the game and quit the scenario (without prompting)."
|
|||
# wmllint: markcheck off
|
||||
[topic]
|
||||
id=mp_commands
|
||||
title= _ "Multiplayer commands"
|
||||
title= _ "Multiplayer Commands"
|
||||
text= _ "These commands can either be issued via the command line by prefixing them with ':' (as shown here) or via the chat by prefixing them with '/' (press 'm' first to open the chat line).
|
||||
|
||||
" + "<header>text=':ban <username>'</header>" + _ "
|
||||
|
@ -731,7 +731,7 @@ Unmute a specific observer. If no username is supplied the list of muted observe
|
|||
# wmllint: markcheck off
|
||||
[topic]
|
||||
id=debug_commands
|
||||
title= _ "Debug mode commands"
|
||||
title= _ "Debug Mode Commands"
|
||||
text= _ "These commands can either be issued via the command line by prefixing them with ':' (as shown here) or via the chat by prefixing them with '/' (press 'm' first to open the chat line).
|
||||
|
||||
" + "<header>text=':choose_level or :cl'</header>" + _ "
|
||||
|
|
Loading…
Add table
Reference in a new issue