Skip to content

Commit

Permalink
Add full stops to end of tooltip messages
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretOnline committed Jul 6, 2024
1 parent fad7331 commit 62555dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions src/client/resources/assets/accessible-step/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit 62555dc

Please sign in to comment.