Skip to content

Commit

Permalink
Use titlecase for clean link item (#15670)
Browse files Browse the repository at this point in the history
* Use titlecase for clean link item
  • Loading branch information
spylogsster authored Oct 26, 2022
1 parent 140ab5d commit b38dcb1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/brave_generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,17 @@
<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>
<message name="IDS_COPY_CLEAN_LINK" desc="The name of the context menu item to copy clean link">
Copy Clean Link
</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>
<message name="IDS_COPY_CLEAN_LINK" desc="The name of the context menu item to copy clean link">
Copy clean link
</message>
</if>
<message name="IDS_SHOW_BRAVE_SYNC" desc="The show brave sync menu in the app menu">
Sync
Expand Down Expand Up @@ -945,9 +951,6 @@ Or change later at <ph name="SETTINGS_EXTENIONS_LINK">$2<ex>brave://settings/ext
<message name="IDS_IMPORTED_FROM_BOOKMARK_FOLDER" desc="Name for bookmark panel folder imported from another browser">
Imported from <ph name="BROWSER_NAME">$1<ex>Chrome</ex></ph>.
</message>
<message name="IDS_COPY_CLEAN_LINK" desc="The name of the context menu item to copy clean link">
Copy clean link
</message>
<!--Add new items to the appropriate sections above -->
</messages>
</release>
Expand Down

0 comments on commit b38dcb1

Please sign in to comment.