MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
565 stars 30 forks source link

GD-540: Improve user-facing help strings in settings UI #540

Closed mathrick closed 2 months ago

mathrick commented 2 months ago

Describe What Improve the settings help by removing unnecessarily verbose and repetitive elements, things which are already obvious from the UI, and ironing out inconsistencies. Make sure the help strings are understandable on their own; currently, some of them are really hard to understand without consulting the docs.

Describe Why Help text is a critical part of the UI, and the more concise and obviously applicable to the UI it is, the more value it has. It should give information the user doesn't have, and not repeat things they already know from seeing the UI. These are pretty well-established principles of good UI text design.

MikeSchulze commented 2 months ago

👍