mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
Update credits and bump to version 1.4.1
This commit is contained in:
parent
b9982f11e6
commit
09b233b039
2 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ See the "LICENSE" file
|
||||||
* fluxionary (Minor fixups)
|
* fluxionary (Minor fixups)
|
||||||
* Toby1710 (UX fixes)
|
* Toby1710 (UX fixes)
|
||||||
* Peter Nerlich (CC, BCC)
|
* Peter Nerlich (CC, BCC)
|
||||||
* Emojigit (Traditional Chinese translation)
|
* Emojigit (Performance, Traditional Chinese translation)
|
||||||
* Niklp09 (German translation)
|
* Niklp09 (German translation)
|
||||||
* Dennis Jenkins (UX fixes)
|
* Dennis Jenkins (UX fixes)
|
||||||
* Thomas Rudin (Maintenance)
|
* Thomas Rudin (Maintenance)
|
||||||
|
|
|
@ -19,7 +19,7 @@ local contributors = {
|
||||||
{ name = "BuckarooBanzay", groups = {"c"} },
|
{ name = "BuckarooBanzay", groups = {"c"} },
|
||||||
{ name = "Chache", groups = {"i"} },
|
{ name = "Chache", groups = {"i"} },
|
||||||
{ name = "Dennis Jenkins", groups = {"c"} },
|
{ name = "Dennis Jenkins", groups = {"c"} },
|
||||||
{ name = "Emojigit", groups = {"i"} },
|
{ name = "Emojigit", groups = {"c", "i"} },
|
||||||
{ name = "Eredin", groups = {"i"} },
|
{ name = "Eredin", groups = {"i"} },
|
||||||
{ name = "fluxionary", groups = {"c"} },
|
{ name = "fluxionary", groups = {"c"} },
|
||||||
{ name = "imre84", groups = {"c"} },
|
{ name = "imre84", groups = {"c"} },
|
||||||
|
@ -55,7 +55,7 @@ function mail.show_about(name)
|
||||||
label[0.2,0;Mail]
|
label[0.2,0;Mail]
|
||||||
|
|
||||||
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
|
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
|
||||||
label[0.2,0.9;]] .. S("Version: @1", "1.4.1-dev") .. [[]
|
label[0.2,0.9;]] .. S("Version: @1", "1.4.1") .. [[]
|
||||||
|
|
||||||
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
|
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
|
||||||
label[0.2,1.5;]] .. S("Licenses") .. [[]
|
label[0.2,1.5;]] .. S("Licenses") .. [[]
|
||||||
|
|
Loading…
Add table
Reference in a new issue