From 62555dc0eb19d4913d94938a8db02d89151b78cf Mon Sep 17 00:00:00 2001 From: secret_online Date: Sun, 7 Jul 2024 10:23:29 +1200 Subject: [PATCH] Add full stops to end of tooltip messages --- CHANGELOG.md | 4 ++++ .../resources/assets/accessible-step/lang/en_us.json | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd1b2..b630198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ Minecraft 1.x.x - For users with Mod Menu installed, this option appears in the mod's settings screen. - For users without Mod Menu installed, you can change the height in your `options.txt`. +### Changed + +- Tooltips for options in the settings screen now have periods/full stops (`.`) at the end, to be consistent in style with Minecraft's tooltips. + ## v1.2.0 - 2024-06-29 Minecraft 1.21 diff --git a/src/client/resources/assets/accessible-step/lang/en_us.json b/src/client/resources/assets/accessible-step/lang/en_us.json index 0105732..4a3ed85 100644 --- a/src/client/resources/assets/accessible-step/lang/en_us.json +++ b/src/client/resources/assets/accessible-step/lang/en_us.json @@ -7,10 +7,10 @@ "options.accessiblestep.step": "Step", "options.accessiblestep.default.mod": "Default", "options.accessiblestep.default.vanilla": "Vanilla", - "options.accessiblestep.off.tooltip": "No assistance", - "options.accessiblestep.autojump.tooltip": "Jump when approaching a full block", - "options.accessiblestep.step.tooltip": "Step up smoothly when approaching a full block", - "options.accessiblestep.height.tooltip": "Height (in blocks) that can be stepped up smoothly when walking", - "options.accessiblestep.sneakheight.tooltip": "Height (in blocks) that can be stepped up smoothly when sneaking.\nValues greater than the configured Step Height will use the Step Height instead", - "options.accessiblestep.sprintheight.tooltip": "Height (in blocks) that can be stepped up smoothly when sprinting.\nValues smaller than the configured Step Height will use the Step Height instead" + "options.accessiblestep.off.tooltip": "No assistance.", + "options.accessiblestep.autojump.tooltip": "Jump when approaching a full block.", + "options.accessiblestep.step.tooltip": "Step up smoothly when approaching a full block.", + "options.accessiblestep.height.tooltip": "Height (in blocks) that can be stepped up smoothly when walking.", + "options.accessiblestep.sneakheight.tooltip": "Height (in blocks) that can be stepped up smoothly when sneaking.\nValues greater than the configured Step Height will use the Step Height instead.", + "options.accessiblestep.sprintheight.tooltip": "Height (in blocks) that can be stepped up smoothly when sprinting.\nValues smaller than the configured Step Height will use the Step Height instead." }