Change batch edit text to Multi select (#3917)
This commit is contained in:
parent
ff699ac4ec
commit
60774ceaa1
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -119,6 +119,6 @@
|
|||
<item
|
||||
android:id="@+id/episode_actions"
|
||||
custom:showAsAction="collapseActionView"
|
||||
android:title="@string/batch_edit" />
|
||||
android:title="@string/multi_select" />
|
||||
|
||||
</menu>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue