Skip to content

Commit

Permalink
Remove string in favor of existing one on extensions page
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Aug 20, 2019
1 parent e4db2bc commit fdf4cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions app/brave_generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -443,13 +443,9 @@ By installing this extension, you are agreeing to the Google Widevine Terms of U
<message name="IDS_SETTINGS_MANAGE_EXTENSIONS_LABEL" desc="The label of manage extensions link in settings">
Manage extensions
</message>

<message name="IDS_SETTINGS_GET_MORE_EXTENSIONS_LABEL" desc="The label of get more extensions link in settings">
<message name="IDS_BRAVE_SETTINGS_GET_MORE_EXTENSIONS_LABEL" desc="The label of get more extensions link in settings">
Get more extensions
</message>
<message name="IDS_SETTINGS_GET_MORE_EXTENSIONS_SUBLABEL" desc="The sub-label of get more extensions link in settings">
Open Web Store
</message>
<!-- Extensions page strings -->
<message name="IDS_MD_EXTENSIONS_BRAVE_ITEM_SOURCE_WEBSTORE" desc="The text to indicate that an extension is from the Web Extensions Store.">
Web Extensions Store
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ void BraveAddCommonStrings(content::WebUIDataSource* html_source,
{"manageExtensionsLabel",
IDS_SETTINGS_MANAGE_EXTENSIONS_LABEL},
{"getMoreExtensionsLabel",
IDS_SETTINGS_GET_MORE_EXTENSIONS_LABEL},
IDS_BRAVE_SETTINGS_GET_MORE_EXTENSIONS_LABEL},
{"getMoreExtensionsSubLabel",
IDS_SETTINGS_GET_MORE_EXTENSIONS_SUBLABEL}
IDS_EXTENSIONS_SIDEBAR_OPEN_CHROME_WEB_STORE}
};
AddLocalizedStringsBulk(html_source, localized_strings,
base::size(localized_strings));
Expand Down

0 comments on commit fdf4cb8

Please sign in to comment.