From e8a42a056cb0209f8bbeb35dd74f42e5c2d8bd62 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 28 Sep 2025 12:42:08 +0200 Subject: fix: translations for skull copy hotkey --- translations/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'translations') diff --git a/translations/en_us.json b/translations/en_us.json index 3b83857..b833923 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -285,8 +285,8 @@ "firmament.config.power-user.copy-lore.description": "Copy the items name and lore as json encoded text", "firmament.config.power-user.copy-nbt-data": "Copy ExtraAttributes data", "firmament.config.power-user.copy-nbt-data.description": "Copy only the ExtraAttributes, so the hypixel specific item data.", - "firmament.config.power-user.copy-skull-texture": "Copy Placed Skull Id", - "firmament.config.power-user.copy-skull-texture.description": "Copy the texture location that can be used to re-texture the skull under your cross-hair.", + "firmament.config.power-user.copy-skull-texture": "Copy Skull Texture", + "firmament.config.power-user.copy-skull-texture.description": "Copy the texture location that can be used to re-texture the skull under your cross-hair. This will work for placed skulls, as well as those in your inventory.", "firmament.config.power-user.copy-texture-pack-id": "Copy Texture Pack Id", "firmament.config.power-user.copy-texture-pack-id.description": "Copy the texture pack id that is used for the item stack under your cursor.", "firmament.config.power-user.copy-title": "Copy Inventory Title", -- cgit