mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
Integrate version id in its translation string
Using @1 within the string Co-authored-by: y5nw <37980625+y5nw@users.noreply.github.com>
This commit is contained in:
parent
50fb39c930
commit
9a57a3cf40
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.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