Use the correct url template string for Google in the example websearch string

This commit is contained in:
MM20 2022-11-19 14:33:21 +01:00
parent 727a1a6002
commit 6b226fa211
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -703,7 +703,7 @@
<string name="search_action_label">Name</string>
<string name="search_action_app">App</string>
<string name="search_action_websearch_url">URL template</string>
<string name="search_action_websearch_url_hint">The URL template that is used to construct the web search URL. Use ${1} as a placeholder for the actual search term, e.g. https://google.com?q=${1}.</string>
<string name="search_action_websearch_url_hint">The URL template that is used to construct the web search URL. Use ${1} as a placeholder for the actual search term, e.g. https://google.com/search?q=${1}.</string>
<string name="more_information">More information</string>
<string name="experimental_feature">Experimental</string>
</resources>