Show a toast when you've gone over the max media selection.

This commit is contained in:
Greyson Parrelli
2019-01-16 14:31:59 -08:00
parent 4643dea2ad
commit a6f31c60bd
3 changed files with 13 additions and 0 deletions

View File

@@ -440,6 +440,10 @@
<!-- MediaPickerItemFragment -->
<string name="MediaPickerItemFragment_tap_to_select">Tap to select</string>
<plurals name="MediaPickerItemFragment_cant_share_more_than_n_items">
<item quantity="one">You can\'t share more than %d item.</item>
<item quantity="other">You can\'t share more than %d items.</item>
</plurals>
<!-- MediaSendActivity -->
<string name="MediaSendActivity_add_a_caption">Add a caption...</string>