1
0
Fork 0

Fixes #496: Adds new content description to tabs icon (#1357)

master
Sawyer Blatz 2019-04-03 14:12:10 -07:00 committed by GitHub
parent c0a1d36b50
commit 1bb65a9243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ class ToolbarIntegration(
tabsIcon?.let {
val home = BrowserToolbar.Button(
it,
context.getString(R.string.browser_home_button),
context.getString(R.string.browser_tabs_button),
visible = {
sessionId == null ||
sessionManager.runWithSession(sessionId) {

View File

@ -34,8 +34,8 @@
<string name="private_browsing_delete_session">Delete session</string>
<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate home -->
<string name="browser_home_button">Home</string>
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">Open Tabs</string>
<!-- Content description (not visible, for screen readers etc.): Navigate backward (browsing history) -->
<string name="browser_menu_back">Back</string>
<!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->