diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-09-28 12:42:08 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-10-13 18:26:42 +0200 |
| commit | e8a42a056cb0209f8bbeb35dd74f42e5c2d8bd62 (patch) | |
| tree | a08c6af73300c3f153868ce5992831c7c650c56f | |
| parent | e847075c4032a8d65d7e39b17e26aed64c461972 (diff) | |
| download | Firmament-e8a42a056cb0209f8bbeb35dd74f42e5c2d8bd62.tar.gz Firmament-e8a42a056cb0209f8bbeb35dd74f42e5c2d8bd62.tar.bz2 Firmament-e8a42a056cb0209f8bbeb35dd74f42e5c2d8bd62.zip | |
fix: translations for skull copy hotkey
| -rw-r--r-- | translations/en_us.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |
