1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-10-15 23:25:39 +02:00

Fix wand tool description

This commit is contained in:
sfan5
2025-09-24 21:36:16 +02:00
parent 08ab19fcbb
commit be2a3d6ca7
4 changed files with 7 additions and 4 deletions

View File

@@ -151,4 +151,5 @@ WARNING: this operation could affect up to @1 nodes; type @2 to continue or @3 t
Confirm a pending operation=
no operation pending=
Abort a pending operation=
WorldEdit Wand tool@nLeft-click to set 1st position, right-click to set 2nd=
WorldEdit Wand tool=
Left-click to set 1st position, right-click to set 2nd=

View File

@@ -162,4 +162,5 @@ WARNING: this operation could affect up to @1 nodes; type @2 to continue or @3 t
Confirm a pending operation=Einen ausstehenden Vorgang bestätigen
no operation pending=Kein Vorgang ausstehend
Abort a pending operation=Einen ausstehenden Vorgang abbrechen
WorldEdit Wand tool@nLeft-click to set 1st position, right-click to set 2nd=WorldEdit-Zauberstab@nSetzen der 1. Position mit Linksklick, der 2. mit Rechtsklick
WorldEdit Wand tool=WorldEdit-Zauberstab
Left-click to set 1st position, right-click to set 2nd=Setzen der 1. Position mit Linksklick, der 2. mit Rechtsklick

View File

@@ -152,4 +152,5 @@ invalid usage: @1 cannot be used with cubeapply=недопустимое исп
Missing privileges: @1=Отсутствуют привилегии: @1
### wand.lua ###
WorldEdit Wand tool@nLeft-click to set 1st position, right-click to set 2nd=Инструмент WorldEdit Wand@nЛевая кнопка мыши, чтобы установить 1-ю позицию, правая кнопка мыши, чтобы установить 2-ю
WorldEdit Wand tool=Инструмент WorldEdit Wand
Left-click to set 1st position, right-click to set 2nd=Левая кнопка мыши, чтобы установить 1-ю позицию, правая кнопка мыши, чтобы установить 2-ю

View File

@@ -11,7 +11,7 @@ end
local punched_air_time = {}
minetest.register_tool(":worldedit:wand", {
description = S("WorldEdit Wand tool\nLeft-click to set 1st position, right-click to set 2nd"),
description = S("WorldEdit Wand tool") .. "\n" .. S("Left-click to set 1st position, right-click to set 2nd"),
inventory_image = "worldedit_wand.png",
stack_max = 1, -- there is no need to have more than one
liquids_pointable = true, -- ground with only water on can be selected as well