From 0ad710bd2b2837664280ca19a401a5d3e603d040 Mon Sep 17 00:00:00 2001 From: Benjamin Hodgetts Date: Mon, 30 Oct 2023 20:29:02 +0000 Subject: [PATCH] Dequip > Unequip Switch to a real word. --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 2c7fbea..8d17bde 100644 --- a/en.json +++ b/en.json @@ -81,7 +81,7 @@ "Interaction.Undo": "Undo", "Interaction.Redo": "Redo", "Interaction.EquipTool": "Equip", - "Interaction.DequipTool": "Dequip", + "Interaction.DequipTool": "Unequip", "Interaction.ScalingEnabled": "Scaling Enabled", "Interaction.ScalingDisabled": "Scaling Disabled", "Interaction.ResetScale": "Reset Scale",