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

Uplift 1.29.x - inconsistent ui string casing in menu #9712

Merged
merged 1 commit into from
Aug 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 30 additions & 9 deletions app/brave_generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -166,21 +166,42 @@
<message name="IDS_SHOW_BRAVE_ADBLOCK" desc="The show Brave Ad Block menu in the app menu">
Brave Ad Block
</message>
<message name="IDS_SHOW_BRAVE_WEBCOMPAT_REPORTER" desc="The menu item to report a broken site in the app menu">
Report a broken site
</message>
<if expr="use_titlecase">
<message name="IDS_SHOW_BRAVE_WEBCOMPAT_REPORTER" desc="The menu item to report a broken site in the app menu">
Report a Broken Site
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_SHOW_BRAVE_WEBCOMPAT_REPORTER" desc="The menu item to report a broken site in the app menu">
Report a broken site
</message>
</if>
<message name="IDS_SHOW_BRAVE_SYNC" desc="The show brave sync menu in the app menu">
Sync
</message>
<message name="IDS_SHOW_BRAVE_WALLET" desc="The show Brave Wallet menu item (app menu)">
Wallet
</message>
<message name="IDS_ADD_NEW_PROFILE" desc="The app menu item to create a new User Profile">
Create a new profile
</message>
<message name="IDS_OPEN_GUEST_PROFILE" desc="The app menu item to create a new User Profile">
Open guest window
</message>
<if expr="use_titlecase">
<message name="IDS_ADD_NEW_PROFILE" desc="The app menu item to create a new User Profile">
Create a New Profile
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_ADD_NEW_PROFILE" desc="The app menu item to create a new User Profile">
Create a new profile
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_OPEN_GUEST_PROFILE" desc="The app menu item to create a new User Profile">
Open Guest Window
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_OPEN_GUEST_PROFILE" desc="The app menu item to create a new User Profile">
Open guest window
</message>
</if>
<message name="IDS_OPEN_MORE_OTHER_DEVICES_SESSIONS" desc="The history sub-menu item to show sessions from other devices">
More…
</message>
Expand Down