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

Commit fa882ff

Browse files
authored
Fix open_downloads_tooltip to say "Open Downloads" (#3162)
Fixes #3159
1 parent 8aeb752 commit fa882ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@
13031303

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

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

0 commit comments

Comments
 (0)