1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)

This commit is contained in:
Abdou-31 2022-10-21 16:12:39 +01:00 committed by GitHub
parent c78d565e01
commit 7e11b8eb72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 23 deletions

View file

@ -59,7 +59,7 @@ methods:
x, -- x width
y -- y height
}, -- special size for this tab (only relevant if no parent for tabview set)
on_change = function(type,old_tab,new_tab) -- called on tab chang, type is "ENTER" or "LEAVE"
on_change = function(type,old_tab,new_tab) -- called on tab change, type is "ENTER" or "LEAVE"
}
- set_autosave_tab(value)
^ tell tabview to automatically save current tabname as "tabview_name"_LAST