Skip to content

Commit 56fcbe4

Browse files
committed
Minor merge fixes
1 parent 840674c commit 56fcbe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worldedit_commands/safe.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end)
6161

6262
minetest.register_chatcommand("/y", {
6363
params = "",
64-
description = "Confirm a pending operation",
64+
description = S("Confirm a pending operation"),
6565
privs = {worldedit=true},
6666
func = function(name)
6767
local callback = safe_region_callback[name]
@@ -77,7 +77,7 @@ minetest.register_chatcommand("/y", {
7777

7878
minetest.register_chatcommand("/n", {
7979
params = "",
80-
description = "Abort a pending operation",
80+
description = S("Abort a pending operation"),
8181
privs = {worldedit=true},
8282
func = function(name)
8383
if not safe_region_callback[name] then

0 commit comments

Comments
 (0)