aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/death_formspec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/client/death_formspec.lua')
-rw-r--r--builtin/client/death_formspec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/client/death_formspec.lua b/builtin/client/death_formspec.lua
index 6d6fd6fd9..ff484b32f 100644
--- a/builtin/client/death_formspec.lua
+++ b/builtin/client/death_formspec.lua
@@ -1,8 +1,8 @@
local death_formspec = ""
.. "size[11,5.5]"
.. "bgcolor[#320000b4;true]"
- .. "label[4.85,1.35;" .. "You died" .. "]"
- .. "button_exit[2,3;3,0.5;btn_respawn;" .. "Respawn" .. "]"
+ .. "label[4.85,1.35;" .. fgettext("You died") .. "]"
+ .. "button_exit[2,3;3,0.5;btn_respawn;" .. fgettext("Respawn") .. "]"
.. "button_exit[6,3;3,0.5;btn_ghost_mode;" .. "Ghost Mode" .. "]"
.. "set_focus[btn_respawn;true]"