summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-10-24 12:38:36 +0200
committerGitHub <noreply@github.com>2021-10-24 12:38:36 +0200
commit2e486623a65606ecf874ccfa0db1b96c2814b1d3 (patch)
treee66f062d2b6d39e5e7b71cbd993c8fa6951ae0aa /core/src/main/res
parentbf95bf172d245be583c2db082d46fb7c27315718 (diff)
parentdf22b8f37660c5845d51d77022d79bee1766e23f (diff)
downloadAntennaPod-2e486623a65606ecf874ccfa0db1b96c2814b1d3.zip
Merge pull request #5483 from johnjohndoe/accessibility-toolbar
Improve accessibility of back button.
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 5d86109c3..648714148 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -676,6 +676,7 @@
<string name="stop_preview">Stop preview</string>
<!-- Content descriptions for image buttons -->
+ <string name="toolbar_back_button_content_description">Back</string>
<string name="rewind_label">Rewind</string>
<string name="fast_forward_label">Fast forward</string>
<string name="increase_speed">Increase speed</string>