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

Wires ui tooltip localization #32284

Merged

Conversation

chavonadelal
Copy link
Contributor

About the PR

Wires ui tooltip localization
Resolves #31358

Why / Balance

Technical details

Media

Requirements

Breaking changes

Changelog

🆑 to4no_fix

"messing with wires will probably do stuff to them.\n" +
"Wire layouts are different each round, " +
"but consistent between machines of the same type.";
private readonly string _text = Loc.GetString("wires-menu-help-popup");
Copy link
Member

Choose a reason for hiding this comment

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

No need to make this an instance variable, just resolve it in the function that uses it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@github-actions github-actions bot added the Status: Needs Review This PR requires new reviews before it can be merged. label Sep 18, 2024
@PJB3005 PJB3005 merged commit 9fad1ab into space-wizards:master Sep 18, 2024
12 checks passed
@chavonadelal chavonadelal deleted the wires-ui-tooltip-localization branch September 18, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Review This PR requires new reviews before it can be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wires ui tooltip isn't localized
2 participants