Changed version string to TechDemo

This commit is contained in:
OLEGSHA 2021-01-13 21:18:40 +03:00
parent ad1d1396df
commit 4ef8c6da84
No known key found for this signature in database
GPG Key ID: 4D67C3031B4D85E0

View File

@ -50,7 +50,7 @@ public class LayerAbout extends GUILayer {
new Label(
"Version",
font,
new MutableStringLocalized("LayerAbout.Version").format("pre-TechDemo")
new MutableStringLocalized("LayerAbout.Version").format("TechDemo")
)
);