Skip to content

Commit

Permalink
Uplift of #26098 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Oct 18, 2024
1 parent d4e3c59 commit 2ea1138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/brave_settings_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
Automatically indexes websites that follow the OpenSearch spec.
</message>
<message name="IDS_SETTINGS_NORMAL_PROFILE_SEARCH_EXPLANATION" desc="Explanation for the search engine dropdown setting.">
Normal Window - Search engine used in the address bar
Normal Window - Search engine used in the address bar.
</message>
<message name="IDS_SETTINGS_PRIVATE_PROFILE_SEARCH_EXPLANATION" desc="Explanation for the search engine dropdown setting.">
Private Window - Search engine used in the address bar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
// Override some chromium strings
#include "chrome/grit/branded_strings.h"
#include "chrome/grit/generated_resources.h"
#include "components/strings/grit/components_strings.h"

#undef IDS_SETTINGS_SEARCH_EXPLANATION
#define IDS_SETTINGS_SEARCH_EXPLANATION \
#undef IDS_SEARCH_ENGINE_CHOICE_SETTINGS_ENTRY_POINT_SUBTITLE
#define IDS_SEARCH_ENGINE_CHOICE_SETTINGS_ENTRY_POINT_SUBTITLE \
IDS_SETTINGS_NORMAL_PROFILE_SEARCH_EXPLANATION

#undef IDS_SETTINGS_CUSTOMIZE_PROFILE
Expand Down Expand Up @@ -76,4 +77,4 @@
#undef IDS_SETTINGS_SAFEBROWSING_STANDARD_BULLET_TWO
#undef IDS_SETTINGS_CUSTOMIZE_YOUR_CHROME_PROFILE
#undef IDS_SETTINGS_CUSTOMIZE_PROFILE
#undef IDS_SETTINGS_SEARCH_EXPLANATION
#undef IDS_SEARCH_ENGINE_CHOICE_SETTINGS_ENTRY_POINT_SUBTITLE

0 comments on commit 2ea1138

Please sign in to comment.