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 840674c commit 56fcbe4Copy full SHA for 56fcbe4
worldedit_commands/safe.lua
@@ -61,7 +61,7 @@ end)
61
62
minetest.register_chatcommand("/y", {
63
params = "",
64
- description = "Confirm a pending operation",
+ description = S("Confirm a pending operation"),
65
privs = {worldedit=true},
66
func = function(name)
67
local callback = safe_region_callback[name]
@@ -77,7 +77,7 @@ minetest.register_chatcommand("/y", {
77
78
minetest.register_chatcommand("/n", {
79
80
- description = "Abort a pending operation",
+ description = S("Abort a pending operation"),
81
82
83
if not safe_region_callback[name] then
0 commit comments