fixed a typo

This commit is contained in:
Gunter Labes 2009-07-07 08:42:42 +00:00
parent 539ce0e9a2
commit 9cb4ac3386

View file

@ -70,7 +70,7 @@ option(ENABLE_SERVER "Enable compilation of server" ON)
option(ENABLE_EDITOR "Enable compilation of the new map editor into the game executable" ON)
option(ENABLE_TOOLS "Enable building and installation of tools for artists and WML maintainers")
option(ENABLE_TESTS "Build unit tests")
option(ENABLE_NLS "Enable building of tranlations" ON)
option(ENABLE_NLS "Enable building of translations" ON)
option(ENABLE_DUMMY_LOCALES "Enable installation of Wesnoth own private locales" OFF)
option(ENABLE_POOL_ALLOC "Enable custom pool malloc" OFF)
option(ENABLE_LOW_MEM "Reduce memory usage by removing extra functionality" OFF)