-
Notifications
You must be signed in to change notification settings - Fork 894
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
Fixed sentence casing on Always Show Full URLs in brave://settings/appearance #9461
Conversation
@petemill and @stephendonner Can you review this PR? |
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.
@deepxcode here we have a expr="not use_titlecase"
for which we have the desired text casing and for expr="use_titlecase"
... i think we must have capitalized format.. otherwise both are becoming the same essentially....
brave-core/app/generated_resources.grd
Lines 5226 to 5235 in 2d6b3a2
<if expr="use_titlecase"> | |
<message name="IDS_CONTEXT_MENU_SHOW_FULL_URLS" desc="In Title Case: The text label of the omnibox context menu option to show full URLs"> | |
Always Show Full URLs | |
</message> | |
</if> | |
<if expr="not use_titlecase"> | |
<message name="IDS_CONTEXT_MENU_SHOW_FULL_URLS" desc="The text label of the omnibox context menu option to show full URLs"> | |
Always show full URLs | |
</message> | |
</if> |
correct me if i'm wrong ....
Yes, @swarup4741, You were right, made the requested changes |
Then i think we don't require lines |
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.
since we have expr="not use_titlecase"
then i think in desc
we don't need "In Title Case"
The rest looks ok to me
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.
It looks good 💪🏼 ... Now just squash all the commits into one
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.
Looks fine with the changes
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.
LGTM! 👍
@deepxcode can you please give this a rebase? Sorry that it took a while to review |
@bsclifton I won't be able to give a rebase to it, ran out of storage space while installing brave's repo😅 |
@deepxcode ok no worries; I got you |
Thanks, @bsclifton ! |
…pearance ( Issue brave#16939) Fixes issue brave#16939
Fixes issue #16939
Changed "Always Show Full URLs" to "Always show full URLs"
Resolves #16939
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: