Added text to category changing dialog when shown with no categories (#5345)

* Added text to ChangeMangaCategoriesDialog if invoked with empty category list

* Change dialog text, add negative button, and change positive button to open CategoryController

* Tiny bit of code cleanup and reorganizing
This commit is contained in:
Hunter Nickel
2021-06-12 07:48:11 -06:00
committed by GitHub
parent 9b967177c5
commit 8deca3b63a
3 changed files with 36 additions and 9 deletions

View File

@@ -729,6 +729,7 @@
<string name="information_no_recent_manga">Nothing read recently</string>
<string name="information_empty_library">Your library is empty. Add series to your library from Browse.</string>
<string name="information_empty_category">You have no categories. Tap the plus button to create one for organizing your library.</string>
<string name="information_empty_category_dialog">You don\'t have any categories yet.</string>
<string name="information_cloudflare_bypass_failure">Failed to bypass Cloudflare</string>
<!-- Do not translate "WebView" -->
<string name="information_webview_required">WebView is required for Tachiyomi</string>