diff --git a/desktop_version/lang/README-programmers.txt b/desktop_version/lang/README-programmers.txt index d0388b44..71260a59 100644 --- a/desktop_version/lang/README-programmers.txt +++ b/desktop_version/lang/README-programmers.txt @@ -58,7 +58,7 @@ Of course, when you remove strings without replacement, you can simply remove th These are the text printing functions: font::print(flags, x, y, text, r, g, b) - font::print(flags, x, y, text, r, g, b, linespacing = -1, maxwidth = -1) + font::print_wrap(flags, x, y, text, r, g, b, linespacing = -1, maxwidth = -1) The flags argument can be 0, or a set of flags that do things like centering, enlarging, etc.