Add a confirmation dialog when deleting a feed group

This commit is contained in:
Mauricio Colli 2020-03-05 20:27:00 -03:00
parent 98c65d8ddb
commit d8b9d353aa
No known key found for this signature in database
GPG key ID: F200BFD6F29DDD85
3 changed files with 37 additions and 1 deletions

View file

@ -610,6 +610,7 @@
<string name="feed_group_dialog_empty_selection">No subscription selected</string>
<string name="feed_group_dialog_empty_name">Empty group name</string>
<string name="feed_group_dialog_name_input">Name</string>
<string name="feed_group_dialog_delete_message">Do you want to delete this group?</string>
<string name="feed_create_new_group_button_title">New</string>
<string name="settings_category_feed_title">Feed</string>