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

Refactor EditTokenDialog.action.hero.statBlockRTextScroll i18n key. #4561

Merged
merged 2 commits into from
Dec 23, 2023

Conversation

cwisniew
Copy link
Member

@cwisniew cwisniew commented Dec 15, 2023

Identify the Bug or Feature request

Fixes #4560

Description of the Change

The i18n key EditTokenDialog.action.hero.statBlockRTextScroll provides no context to translators for the value find
Change EditTokenDialog.action.hero.statBlockRTextScroll to EditTokenDialog.button.hero.statBlockSearch.label

Possible Drawbacks

Should be none.

Release Notes

  • Change EditTokenDialog.action.hero.statBlockRTextScroll to EditTokenDialog.button.hero.statBlockSearch.label

This change is Reviewable

@cwisniew cwisniew requested a review from bubblobill December 15, 2023 06:56
@cwisniew cwisniew added the refactor Refactoring the code for optimal awesomeness. label Dec 15, 2023
@@ -1122,7 +1122,7 @@
<properties>
<actionCommand value="Find"/>
<name value="textStatblockSearchButton"/>
<text resource-bundle="net/rptools/maptool/language/i18n" key="EditTokenDialog.action.hero.statBlockRTextScroll"/>
<text resource-bundle="net/rptools/maptool/language/i18n" key="EditTokenDialog.action.hero.statBlockRTextScroll.label"/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Forgot to change statBlockRTextScroll to statBlockSearch 🙂

Copy link
Member Author

Choose a reason for hiding this comment

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

oops, should be fixed now

@cwisniew cwisniew added this pull request to the merge queue Dec 23, 2023
Merged via the queue into RPTools:develop with commit 6e2d801 Dec 23, 2023
4 checks passed
@cwisniew cwisniew added the code-maintenance Adding/editing javadocs, unit tests, formatting. label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-maintenance Adding/editing javadocs, unit tests, formatting. refactor Refactoring the code for optimal awesomeness.
Projects
Development

Successfully merging this pull request may close these issues.

[Refactoring]: bad i18n key name EditTokenDialog.action.hero.statBlockRTextScroll
2 participants