We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90443 commit 1a84c66Copy full SHA for 1a84c66
ui/about.lua
@@ -6,7 +6,7 @@ function mail.show_about(name)
6
button[9.35,0;0.75,0.5;back;X]
7
label[0,0;Mail]
8
label[0,0.4;Provided my mt-mods]
9
- label[0,0.8;Version: 1.1.1]
+ label[0,0.8;Version: 1.1.3]
10
label[0,1.4;Licenses:]
11
label[0.2,1.8;Expat (code), WTFPL (textures)]
12
label[0,2.4;https://github.com/mt-mods/mail]
@@ -24,8 +24,13 @@ function mail.show_about(name)
24
[[#FFF,Athozus,Outbox\, Maillists\, UI\, Drafts,]] ..
25
[[#FFF,fluxionary,Minor fixups,]] ..
26
[[#FFF,SX,Various fixes\, UI,]] ..
27
- [[#FFF,Toby1710,Ux fixes,]] ..
28
- [[#FFF,Peter Nerlich,CC\, BCC]
+ [[#FFF,Toby1710,UX fixes,]] ..
+ [[#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]
34
]] .. mail.theme
35
36
minetest.show_formspec(name, FORMNAME, formspec)
0 commit comments