Calling "All unread" filter just "unread"

This commit is contained in:
Jay 2020-05-06 03:32:36 -04:00
parent 4c5d33b1fe
commit 3c75e58816
2 changed files with 1 additions and 2 deletions

View File

@ -191,7 +191,7 @@ class FilterBottomSheet @JvmOverloads constructor(context: Context, attrs: Attri
unread.setup(this, R.string.not_started, R.string.in_progress, R.string.read)
allUnread = inflate(R.layout.filter_buttons) as FilterTagGroup
allUnread.setup(this, R.string.all_unread)
allUnread.setup(this, R.string.unread)
tracked = inflate(R.layout.filter_buttons) as FilterTagGroup
tracked.setup(this, R.string.tracked, R.string.not_tracked)

View File

@ -115,7 +115,6 @@
library from the browse tab.</string>
<string name="no_matches_for_filters">No matches found for your current filters</string>
<string name="show_all_categories">Show all categories</string>
<string name="all_unread">All unread</string>
<!-- Library Sort -->
<string name="sort_by_">Sort by: %1$s</string>