Update show all categories string

This commit is contained in:
Jay 2020-05-03 13:05:52 -04:00
parent c2bab110d6
commit 40464c0444
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@
android:layout_marginStart="6dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/show_all"/>
android:text="@string/show_all_categories"/>
<eu.kanade.tachiyomi.ui.library.category.CategoryRecyclerView
android:id="@+id/category_recycler"

View File

@ -114,6 +114,7 @@
<string name="library_is_empty_add_from_browse">Your library is empty, add series to your
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>
<!-- Library Sort -->
<string name="sort_by_">Sort by: %1$s</string>