mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/496: Adds new content description to tabs icon (https://github.com/mozilla-mobile/fenix/pull/1357)
This commit is contained in:
parent
7a53ead19a
commit
aac3da2666
@ -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) {
|
||||
|
@ -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) -->
|
||||
|
Loading…
Reference in New Issue
Block a user