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

Fix "Type::" double colon in block tooltip #315

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

wjt
Copy link
Member

@wjt wjt commented Nov 7, 2024

In commit 3e208d7, the string "Type:" was extracted from the template string to be translated separately, including The colon. It is correct for the colon to be part of the translatable string, because (for example) in French there must be a non-breaking space between the word and the colon.

However, there was also a stray colon in the template string. Remove it.

In commit 3e208d7, the string "Type:"
was extracted from the template string to be translated separately,
including The colon. It is correct for the colon to be part of the
translatable string, because (for example) in French there must be a
non-breaking space between the word and the colon.

However, there was also a stray colon in the template string. Remove it.
@wjt wjt requested a review from dbnicholson November 7, 2024 15:00
Copy link
Member

@dbnicholson dbnicholson left a comment

Choose a reason for hiding this comment

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

🤦

@dbnicholson dbnicholson merged commit a1459b6 into main Nov 7, 2024
3 checks passed
@dbnicholson dbnicholson deleted the push-ntlryqsuuxot branch November 7, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants