mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 01:15:06 +01:00
Update show all categories string
This commit is contained in:
parent
c2bab110d6
commit
40464c0444
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user