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

Commit

Permalink
Fix open_downloads_tooltip to say "Open Downloads" (#3162)
Browse files Browse the repository at this point in the history
Fixes #3159
  • Loading branch information
bluemarvin authored Apr 15, 2020
1 parent 8aeb752 commit fa882ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@

<!-- This string is for the tooltip that appears when the user hovers over the 'Downloads' icon in the
tray and the Downloads view is closed. The button it labels, when pressed, opens a list view of the user's downloads. -->
<string name="open_downloads_tooltip">Open History</string>
<string name="open_downloads_tooltip">Open Downloads</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Downloads' icon in the
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
Expand Down

0 comments on commit fa882ff

Please sign in to comment.