Doc typo fix.
This commit is contained in:
parent
30d0e3935b
commit
0f129764ae
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ opts.AddVariables(
|
|||
PathVariable('python_site_packages_dir', 'sets the directory where python modules are installed', "lib/python/site-packages/wesnoth", PathVariable.PathAccept),
|
||||
BoolVariable('editor', 'Enable editor', True),
|
||||
BoolVariable('lowmem', 'Set to reduce memory usage by removing extra functionality', False),
|
||||
BoolVariable('experimental', 'Enable experimental code for developees only', experimental_default),
|
||||
BoolVariable('experimental', 'Enable experimental code for developers only', experimental_default),
|
||||
BoolVariable('lua', 'Enable Lua support', True),
|
||||
BoolVariable('notifications', 'Enable support for desktop notifications', True),
|
||||
BoolVariable('nls','enable compile/install of gettext message catalogs',True),
|
||||
|
|
Loading…
Add table
Reference in a new issue