mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 00:11:43 -04:00
Fix formspec syntax error
Missing ]
This commit is contained in:
parent
6cf4618bb1
commit
ee565069d7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function mail.show_about(name)
|
|||
label[0.2,0;Mail]
|
||||
|
||||
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
|
||||
label[0.2,0.9;]] .. S("Version: @1", "1.4.0-dev") .. [[
|
||||
label[0.2,0.9;]] .. S("Version: @1", "1.4.0-dev") .. [[]
|
||||
|
||||
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
|
||||
label[0.2,1.5;]] .. S("Licenses") .. [[]
|
||||
|
|
Loading…
Add table
Reference in a new issue