do not break the bed formspec in translation

This commit is contained in:
Zweihorn 2019-05-19 16:27:28 +02:00 committed by Yves Quemener
parent 1718494306
commit 835ac73e0a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ beds.spawn = {}
beds.formspec = "size[8,11;true]" ..
"no_prepend[]" ..
"bgcolor[#080808BB;true]" ..
"button_exit[2,10;4,0.75;leave;S("Leave Bed")]"
"button_exit[2,10;4,0.75;leave;" .. S("Leave Bed") .. "]"
local modpath = minetest.get_modpath("beds")