mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 05:15:10 +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_marginStart="6dp"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/show_all"/>
|
android:text="@string/show_all_categories"/>
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.library.category.CategoryRecyclerView
|
<eu.kanade.tachiyomi.ui.library.category.CategoryRecyclerView
|
||||||
android:id="@+id/category_recycler"
|
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
|
<string name="library_is_empty_add_from_browse">Your library is empty, add series to your
|
||||||
library from the browse tab.</string>
|
library from the browse tab.</string>
|
||||||
<string name="no_matches_for_filters">No matches found for your current filters</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 -->
|
<!-- Library Sort -->
|
||||||
<string name="sort_by_">Sort by: %1$s</string>
|
<string name="sort_by_">Sort by: %1$s</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user