Skip to content

Add summary in Show autocomplete in address bar option #13721

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

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions android/java/res/xml/brave_privacy_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
android:key="show_autocomplete_in_address_bar"
android:title="@string/show_autocomplete_in_address_bar"
android:summary="@string/show_autocomplete_in_address_bar_summary"
android:order="25"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
Expand Down
3 changes: 3 additions & 0 deletions browser/ui/android/strings/android_brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -2758,6 +2758,9 @@ If you don't accept this request, VPN will not reconnect and your internet conne
<message name="IDS_SHOW_AUTOCOMPLETE_IN_ADDRESS_BAR" desc="Title for a checkbox in Settings that controls whether to show autocompletion in the address bar.">
Show autocomplete in address bar
</message>
<message name="IDS_SHOW_AUTOCOMPLETE_IN_ADDRESS_BAR_SUMMARY" desc="Summary for a checkbox in Settings that controls whether to show autocompletion in the address bar.">
Displays website suggestions based on your bookmarks and browsing history.
</message>
<message name="IDS_BRAVE_WALLET_NETWORKS_TITLE" desc="Brave wallet networks pref title text">
Networks
</message>
Expand Down