diff --git a/worldedit_commands/locale/template.txt b/worldedit_commands/locale/template.txt index a6aac63..6e90179 100644 --- a/worldedit_commands/locale/template.txt +++ b/worldedit_commands/locale/template.txt @@ -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= diff --git a/worldedit_commands/locale/worldedit_commands.de.tr b/worldedit_commands/locale/worldedit_commands.de.tr index 9238876..854e858 100644 --- a/worldedit_commands/locale/worldedit_commands.de.tr +++ b/worldedit_commands/locale/worldedit_commands.de.tr @@ -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 diff --git a/worldedit_commands/locale/worldedit_commands.ru.tr b/worldedit_commands/locale/worldedit_commands.ru.tr index 22041fa..3679aee 100644 --- a/worldedit_commands/locale/worldedit_commands.ru.tr +++ b/worldedit_commands/locale/worldedit_commands.ru.tr @@ -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-ю diff --git a/worldedit_commands/wand.lua b/worldedit_commands/wand.lua index 05c0aee..6100a3b 100644 --- a/worldedit_commands/wand.lua +++ b/worldedit_commands/wand.lua @@ -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