Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhost: Update random option wording on webhost #4555

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ScipioWright
Copy link
Collaborator

What is this fixing or adding?

This is for the tooltip on the little die button next to the options for a game on webhost.
Toggle randomization for this option! kind of makes it sound like if you don't click this, nothing about it will be randomized.
Changing the wording so it is a little clearer.

How was this tested?

Reading

@github-actions github-actions bot added affects: webhost Issues/PRs that touch webhost and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Jan 26, 2025
@ScootyPuffJr1
Copy link
Collaborator

Very much in favor of this change. Wording looks good to me.

Copy link
Contributor

@Jouramie Jouramie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly nitpicking, the base proposition already makes the wording much better.

@@ -213,7 +213,7 @@
{% endmacro %}

{% macro RandomizeButton(option_name, option) %}
<div class="randomize-button" data-tooltip="Toggle randomization for this option!">
<div class="randomize-button" data-tooltip="Pick a random choice for this option.">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For range option, I think it does not really make sense to pick a "choice". One could argue that all possible values are a choice, but I think it would make more sense (to my non-native English speaker mind) to call it directly a value, as that would also fit choice options.

Suggested change
<div class="randomize-button" data-tooltip="Pick a random choice for this option.">
<div class="randomize-button" data-tooltip="Pick a random value for this option.">

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally think using "value" might make it more confusing to some vs choice? But it's sorta vibes based, so idk. If someone else chimes in too and says value better I'll probably change it

@Exempt-Medic Exempt-Medic added the is: documentation Improvements or additions to documentation. label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: webhost Issues/PRs that touch webhost and may need additional validation. is: documentation Improvements or additions to documentation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants