Missions.wiki
changeset 1684 a15513ab7e2b
parent 566 dc9a1250fe28
child 1685 2e6f3bfcb26b
--- a/Missions.wiki	Thu Dec 13 11:36:10 2018 +0000
+++ b/Missions.wiki	Fri Dec 14 01:37:02 2018 +0000
@@ -23,7 +23,7 @@
  * Enable the game flag `gfOneClanMode` if you need only one clan for your mission.
  * Normally, the game ends when all hedgehogs are dead or one clan is remaining (unless `gfOneClanMode` is set). You can call `EndGame` to end the game manually.
  * Call `SendStat` to customize the statistics screen.
- * Use the [LuaLibraries#Locale Locale] library to make your mission translatable. Enclose the human-readable texts in `loc`.
+ * Use the [LuaLibraryLocale Locale] library to make your mission translatable.
  * When making your mission translatable, use Lua's `string.format` to insert numbers and other strings instead of just concatenating everything together.
  * If you want to create complex animations and/or cinematics, include and use the [LuaLibraries#Animate Animate] library.