summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2018-10-21 11:22:07 +0200
committerGitHub <noreply@github.com>2018-10-21 11:22:07 +0200
commit4621a38a1172aba8f184906a68b2dc589acefb94 (patch)
treed83d57bb6594a593ac478a2308074d152617c32e /core/src/main/res/values/arrays.xml
parent0435ea1a1a0fbe9494d22455155db9e84b75a75f (diff)
parentf069894b92306c95183aca2eb82496cf94ccf323 (diff)
downloadAntennaPod-4621a38a1172aba8f184906a68b2dc589acefb94.zip
Merge branch 'develop' into settings_icon_fix
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index c02b700e4..7e2fed054 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -272,4 +272,9 @@
<item>stop</item>
<item>continue</item>
</string-array>
+
+ <string-array name="batch_long_press_options">
+ <item>@string/select_all_above</item>
+ <item>@string/select_all_below</item>
+ </string-array>
</resources>