# HG changeset patch # User Wuzzy # Date 1519658215 0 # Node ID 65166a271926caba824cb1b2965dfbecfe7136a7 # Parent 6ebe1b8eb081f07690d06efd75004461e3024746 Voicepacks: Fix syntax fail with underscore diff -r 6ebe1b8eb081 -r 65166a271926 Voicepacks.wiki --- a/Voicepacks.wiki Sat Feb 24 11:47:27 2018 +0000 +++ b/Voicepacks.wiki Mon Feb 26 15:16:55 2018 +0000 @@ -21,9 +21,9 @@ If you specify “Default” as voice for a team by using Lua scripting, Hedgewars will play the default voice with respect to the player's language. If no default voice for the local language is found, Hedgewars will use the English Default voicepack instead. This would apply to other voice pack localisations if they are created. -For example, in German Hedgewars, the voice “Default_de” will be played by default for the Default voice (if it exists). Pirate_de would be played for the Pirate voice if it exists. +For example, in German Hedgewars, the voice “Default\_de” will be played by default for the Default voice (if it exists). Pirate\_de would be played for the Pirate voice if it exists. -If a player or script explicitly selects a localisation, such as Default_de, it will be played for everyone regardless of locale. +If a player or script explicitly selects a localisation, such as Default\_de, it will be played for everyone regardless of locale. == Sharing voicepacks ==