mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Fix typos and en_US/en_GB inconsistency in various files (#12902)
This commit is contained in:
parent
6191bafcad
commit
d1b80b462e
84 changed files with 134 additions and 134 deletions
|
@ -171,7 +171,7 @@ core.update_formspec(formspec)
|
|||
core.get_table_index(tablename) -> index
|
||||
^ can also handle textlists
|
||||
core.formspec_escape(string) -> string
|
||||
^ escapes characters [ ] \ , ; that can not be used in formspecs
|
||||
^ escapes characters [ ] \ , ; that cannot be used in formspecs
|
||||
core.explode_table_event(string) -> table
|
||||
^ returns e.g. {type="CHG", row=1, column=2}
|
||||
^ type: "INV" (no row selected), "CHG" (selected) or "DCL" (double-click)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue