1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-04 09:00:36 +02:00

Fix an issue with translations and update template

This commit is contained in:
sfan5
2023-10-30 16:53:12 +01:00
parent 36b14413e0
commit 17df0bbf71
3 changed files with 21 additions and 31 deletions

View File

@ -684,7 +684,7 @@ worldedit.register_command("replace", {
worldedit.register_command("replaceinverse", {
params = "<search node> <replace node>",
description = "Replace all nodes other than <search node> with <replace node> in the current WorldEdit region",
description = S("Replace all nodes other than <search node> with <replace node> in the current WorldEdit region"),
privs = {worldedit=true},
require_pos = 2,
parse = check_replace,