diff options
author | Kahrl <kahrl@gmx.net> | 2014-07-05 01:09:53 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2014-07-05 01:09:53 +0200 |
commit | 95be18a3c13db8a30a2485c3bcc4b1222af83cae (patch) | |
tree | 962f0d7ed7702e3afd9fe8da38262968d3600253 | |
parent | b8343cd11c834fb2613b104418ed08e9fdb1665a (diff) | |
download | minetest-95be18a3c13db8a30a2485c3bcc4b1222af83cae.tar.gz minetest-95be18a3c13db8a30a2485c3bcc4b1222af83cae.tar.bz2 minetest-95be18a3c13db8a30a2485c3bcc4b1222af83cae.zip |
Fix typo in doc/lua_api.txt
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 58c3a133f..3d5420cfe 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1015,7 +1015,7 @@ image_button[<X>,<Y>;<W>,<H>;<texture name>;<name>;<label>;<noclip>;<drawborder> item_image_button[<X>,<Y>;<W>,<H>;<item name>;<name>;<label>] ^ x, y, w, h, name and label work as per button ^ item name is the registered name of an item/node, - tooltip will be made out of its descritption + tooltip will be made out of its description to override it use tooltip element ^ Position and size units are inventory slots |