Change batch edit text to Multi select (#3917)

This commit is contained in:
JessieVela 2020-03-10 09:51:34 -07:00 committed by GitHub
parent ff699ac4ec
commit 60774ceaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -119,6 +119,6 @@
<item
android:id="@+id/episode_actions"
custom:showAsAction="collapseActionView"
android:title="@string/batch_edit" />
android:title="@string/multi_select" />
</menu>

View File

@ -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>