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 b9982f1 commit 09b233bCopy full SHA for 09b233b
README.md
@@ -76,7 +76,7 @@ See the "LICENSE" file
76
* fluxionary (Minor fixups)
77
* Toby1710 (UX fixes)
78
* Peter Nerlich (CC, BCC)
79
-* Emojigit (Traditional Chinese translation)
+* Emojigit (Performance, Traditional Chinese translation)
80
* Niklp09 (German translation)
81
* Dennis Jenkins (UX fixes)
82
* Thomas Rudin (Maintenance)
ui/about.lua
@@ -19,7 +19,7 @@ local contributors = {
19
{ name = "BuckarooBanzay", groups = {"c"} },
20
{ name = "Chache", groups = {"i"} },
21
{ name = "Dennis Jenkins", groups = {"c"} },
22
- { name = "Emojigit", groups = {"i"} },
+ { name = "Emojigit", groups = {"c", "i"} },
23
{ name = "Eredin", groups = {"i"} },
24
{ name = "fluxionary", groups = {"c"} },
25
{ name = "imre84", groups = {"c"} },
@@ -55,7 +55,7 @@ function mail.show_about(name)
55
label[0.2,0;Mail]
56
57
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
58
- label[0.2,0.9;]] .. S("Version: @1", "1.4.1-dev") .. [[]
+ label[0.2,0.9;]] .. S("Version: @1", "1.4.1") .. [[]
59
60
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
61
label[0.2,1.5;]] .. S("Licenses") .. [[]
0 commit comments