diff options
author | JessieVela <33134794+JessieVela@users.noreply.github.com> | 2020-03-10 09:51:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 17:51:34 +0100 |
commit | 60774ceaa19a83a61453b4ee5c42fef2348a3192 (patch) | |
tree | e82899a1aae61e3ad7c6e103b487027c37d27f47 /core/src/main/res | |
parent | ff699ac4ecfd37410f1072e893f9c78cfc200ee2 (diff) | |
download | AntennaPod-60774ceaa19a83a61453b4ee5c42fef2348a3192.zip |
Change batch edit text to Multi select (#3917)
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |