Localize the similar manga no results error
This commit is contained in:
parent
2e75cc0cc9
commit
5b54fc8885
@ -49,7 +49,7 @@ class MangaDexSimilarController(bundle: Bundle) : BrowseSourceController(bundle)
|
||||
|
||||
override fun onAddPageError(error: Throwable) {
|
||||
super.onAddPageError(error)
|
||||
binding.emptyView.show("No Similar Manga found")
|
||||
binding.emptyView.show(activity!!.getString(R.string.similar_no_results))
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
@ -604,6 +604,7 @@
|
||||
<string name="similar_credit_message">
|
||||
For more information and to view the source code:\n%s
|
||||
</string>
|
||||
<string name="similar_no_results">No Similar Manga found</string>
|
||||
|
||||
<!-- Humanize time -->
|
||||
<plurals name="humanize_year">
|
||||
|
Loading…
x
Reference in New Issue
Block a user