mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Localize/reword "Loader not implemented" error message
This commit is contained in:
parent
e06a488af8
commit
e17605f8d9
@ -87,7 +87,7 @@ class ChapterLoader(
|
||||
is LocalSource.Format.Epub -> EpubPageLoader(format.file)
|
||||
}
|
||||
}
|
||||
else -> error("Loader not implemented")
|
||||
else -> error(context.getString(R.string.loader_not_implemented_error))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -560,6 +560,7 @@
|
||||
<string name="transition_pages_loading">Loading pages…</string>
|
||||
<string name="transition_pages_error">Failed to load pages: %1$s</string>
|
||||
<string name="page_list_empty_error">No pages found</string>
|
||||
<string name="loader_not_implemented_error">Source not found</string>
|
||||
|
||||
<!-- Updates fragment -->
|
||||
<string name="updating_library">Updating library</string>
|
||||
|
Loading…
Reference in New Issue
Block a user