Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add comment for the web search parameter (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Jul 7, 2020
1 parent 2d4e062 commit 9a0715b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,8 @@
<!-- This string is shown in the context menu after a longpress on a text. When clicked it unselects the selected text. -->
<string name="context_menu_unselect">Unselect</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked search for the selected text in the active search engine. -->
<!-- This string is shown in the context menu after a longpress on a text. When clicked search for the selected text in the active search engine.
'%1$s' will be replaced at runtime with the search engine name. -->
<string name="context_menu_web_search">Search with %1$s</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
Expand Down

0 comments on commit 9a0715b

Please sign in to comment.