summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/menu/downloads_completed.xml2
-rw-r--r--app/src/main/res/menu/feedlist.xml2
-rw-r--r--app/src/main/res/menu/queue.xml2
-rw-r--r--core/src/main/res/values/strings.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/menu/downloads_completed.xml b/app/src/main/res/menu/downloads_completed.xml
index a88d93913..6fcd41153 100644
--- a/app/src/main/res/menu/downloads_completed.xml
+++ b/app/src/main/res/menu/downloads_completed.xml
@@ -6,7 +6,7 @@
<item
android:id="@+id/episode_actions"
android:menuCategory="container"
- android:title="@string/batch_edit"
+ android:title="@string/multi_select"
android:icon="?attr/checkbox_multiple"
custom:showAsAction="always">
</item>
diff --git a/app/src/main/res/menu/feedlist.xml b/app/src/main/res/menu/feedlist.xml
index 13c019b65..7f32ef744 100644
--- a/app/src/main/res/menu/feedlist.xml
+++ b/app/src/main/res/menu/feedlist.xml
@@ -41,7 +41,7 @@
android:id="@+id/episode_actions"
android:menuCategory="container"
android:icon="?attr/checkbox_multiple"
- android:title="@string/batch_edit"
+ android:title="@string/multi_select"
custom:showAsAction="collapseActionView">
</item>
<item
diff --git a/app/src/main/res/menu/queue.xml b/app/src/main/res/menu/queue.xml
index b86ad5d63..f9aae20f7 100644
--- a/app/src/main/res/menu/queue.xml
+++ b/app/src/main/res/menu/queue.xml
@@ -119,6 +119,6 @@
<item
android:id="@+id/episode_actions"
custom:showAsAction="collapseActionView"
- android:title="@string/batch_edit" />
+ android:title="@string/multi_select" />
</menu>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 888722734..bbdcb912e 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -153,7 +153,7 @@
<string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes).</string>
<string name="feed_remover_msg">Removing podcast</string>
<string name="load_complete_feed">Refresh complete podcast</string>
- <string name="batch_edit">Batch edit</string>
+ <string name="multi_select">Multi select</string>
<string name="select_all_above">Select all above</string>
<string name="select_all_below">Select all below</string>
<string name="hide_unplayed_episodes_label">Unplayed</string>