-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
UI: use sentence case for browser options #20032
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
base: main
Are you sure you want to change the base?
UI: use sentence case for browser options #20032
Conversation
|
Important Maintainers: This PR contains Strings changes
|
|
This seems fine, but I'm not sure I understand the scope, this is well outside just the scope of Browser Options, but there's some adjacent strings which haven't been handled in the files which are edited. |
4eb1892 to
c329219
Compare
|
Thanks for the review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fill out the PR template
https://github.com/ankidroid/Anki-Android/blob/main/.github/pull_request_template.md
|
Thanks! |
Purpose / Description
The Browser Options dialog contains text using inconsistent capitalization (e.g. title case instead of sentence case), which differs from surrounding UI text and affects visual consistency.
This PR aligns Browser Options strings with the established sentence case style used across the app.
Fixes #15760
Approach
How Has This Been Tested?
Checklist