Skip to content

Commit 904e981

Browse files
committed
fixed wrong language bug
1 parent 6ac718e commit 904e981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Programs/Screen.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
function conf.setlights()
3939
Maxbuttony = 0
4040
button.draw(Conf.menu.lights.miny, Conf.menu.lights.minx, Conf.menu.lights.maxy, Conf.menu.lights.maxx, Conf.menu.lights.name, Red)
41-
button.draw(2, 3, 7, 26, "Lichter", Red)
41+
button.draw(2, 3, 7, 26, Conf.menu.lights.name, Red)
4242
for _, data in pairs(Conf.menu) do
4343
if data.func == "lights" then goto continue end
4444
button.setTable(data.name, data.func, data.miny, data.minx, data.maxy, data.maxx, data.color)

0 commit comments

Comments
 (0)