Skip to content

Commit 1a84c66

Browse files
committed
Update about.lua
1 parent fc90443 commit 1a84c66

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

ui/about.lua

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function mail.show_about(name)
66
button[9.35,0;0.75,0.5;back;X]
77
label[0,0;Mail]
88
label[0,0.4;Provided my mt-mods]
9-
label[0,0.8;Version: 1.1.1]
9+
label[0,0.8;Version: 1.1.3]
1010
label[0,1.4;Licenses:]
1111
label[0.2,1.8;Expat (code), WTFPL (textures)]
1212
label[0,2.4;https://github.com/mt-mods/mail]
@@ -24,8 +24,13 @@ function mail.show_about(name)
2424
[[#FFF,Athozus,Outbox\, Maillists\, UI\, Drafts,]] ..
2525
[[#FFF,fluxionary,Minor fixups,]] ..
2626
[[#FFF,SX,Various fixes\, UI,]] ..
27-
[[#FFF,Toby1710,Ux fixes,]] ..
28-
[[#FFF,Peter Nerlich,CC\, BCC]
27+
[[#FFF,Toby1710,UX fixes,]] ..
28+
[[#FFF,Peter Nerlich,CC\, BCC,]] ..
29+
[[#FFF,Niklp,German translation,]] ..
30+
[[#FFF,Emojigit,Chinese translation,]] ..
31+
[[#FFF,Dennis Jenkins,UX fixes,]] ..
32+
[[#FFF,Thomas Rudin,Maintenance,]] ..
33+
[[#FFF,NatureFreshMilk,Maintenance]
2934
]] .. mail.theme
3035

3136
minetest.show_formspec(name, FORMNAME, formspec)

0 commit comments

Comments
 (0)