-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 sentence casing on Always Show Full URLs
in brave://settings/appearance
#16939
Comments
cc: @darkdh :-) |
Can i work on this issue ? |
Hi @swarup4741 - absolutely! Thanks, I'll assign this to you. If for some reason you're unable to pursue it further, please un-assign yourself so others can pick it up. A good place to start is to look through https://github.com/brave/brave-core. Cheers! |
@stephendonner is it only a issue on macOS .. cause I'm using windows 10 and i am having it correctly said... |
I was searching a lot of directory but i found this one close ( @stephendonner if you could please guide me a little bit |
@stephendonner I think @deepxcode addressed this issue on #16939 and his changes looks fine to me ... |
Hi @stephendonner can i work on this issue, if hasn't fixed yet? |
Hi @namangirdhar16 - thanks for the offer; Looks like @deepxcode has the fix in #16939 Thanks @swarup4741 for the assist (ex: reviewing, suggestions in PR). We just need a rebase and then it's good to go |
Re-opened as it's reverted (brave/brave-core#9970). |
cc: @Tonev Something you can take a look at to fix? |
Hey, @rebron ! I don't know how to proceed in such cases where you have the same string, with the same ID, for uses for upper and lowercase. I'm pretty sure there is a logic for that, because I can't reproduce the issue @stephendonner has reported, so there is definitely something that decides whether strings are displayed in upper or lowercase. I will appreciate it if someone can explain why we need the upper/lowercase checks and how to proceed in cases like this one, so I can help you fix such string differences in the future. I can't simply delete the message because you'll have to revert the changes once again for the message ID will not be found. |
@Tonev mac uses "Title Case" and Windows and Linux use "Sentence Case" - does that help? |
Thank you, @stephendonner! I'm still a bit lost here though. Does it mean editing the string that is inside the titlecase check will be enough to resolve this issue? I can't fully understand why there is a separate, different message if we want to achieve the same result on all OS's. |
Sorry for the delay; yes, @Tonev editing that should be enough, I think - macOS human-interface-guidelines say to use "Title Case" (capitalizes just like book or movie titles, etc.), and Windows and Linux use "Sentence case" for menus in the UI. |
@sangwoo108 has fixed this! |
Verified
|
Brave | 1.43.58 Chromium: 104.0.5112.81 (Official Build) beta (x86_64) |
---|---|
Revision | 5b7b76419d50f583022568b6764b630f6ddc9208-refs/branch-heads/5112@{#1309} |
OS | macOS Version 11.6.8 (Build 20G730) |
Description
Steps to Reproduce
brave://settings/appearance
Always show bookmarks on new tab page
Always Show Full URLs
Actual result:
Always Show Full URLs
is in all uppercase/Initial Caps.Expected result:
Always show full URLs
(lowercase, to match the above setting description)Reproduces how often:
100%
Brave version (brave://version info)
/cc @rmcfadden3
The text was updated successfully, but these errors were encountered: