mirror of
https://github.com/Mista-Tea/improved-stacker.git
synced 2025-03-04 03:12:57 -05:00
Made tool name in spawnmenu use the translated name
Old behavior: tool always showed up as "Stacker - Improved" New behavior: tool uses the translated tool name corresponding to the user's selected gmod_language/localify_language setting
This commit is contained in:
parent
9715772e09
commit
8e2db4af58
@ -159,7 +159,7 @@ local showSettings = false
|
||||
--------------------------------------------------------------------------]]--
|
||||
|
||||
TOOL.Category = "Construction"
|
||||
TOOL.Name = "#tool."..mode..".name"
|
||||
TOOL.Name = L(prefix.."name")
|
||||
|
||||
TOOL.Information = {
|
||||
"left",
|
||||
|
Loading…
Reference in New Issue
Block a user