mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-19 04:16:27 -04:00
Changes after review
This commit is contained in:
parent
578f3467ce
commit
3a80d0699d
@ -197,7 +197,7 @@ class LocalLibraryFragment : BaseFragment() {
|
||||
|
||||
private fun navigateToReaderFragment(file: File) {
|
||||
if (!file.canRead()) {
|
||||
activity.toast(R.string.unable_to_read_file)
|
||||
activity.toast(R.string.unable_to_read_zim_file)
|
||||
} else {
|
||||
activity?.navigate(
|
||||
LocalLibraryFragmentDirections.actionNavigationLibraryToNavigationReader()
|
||||
|
@ -45,7 +45,7 @@
|
||||
<string name="server_started_message" tools:keep="@string/server_started_message">Enter this ip address into your browser to access the server %s</string>
|
||||
<string name="share_host_address">Share URL via other applications</string>
|
||||
<string name="error_file_not_found">Error: The selected ZIM file could not be found.</string>
|
||||
<string name="unable_to_read_file" translatable="false">Unable to read this zim file!</string>
|
||||
<string name="unable_to_read_zim_file" translatable="false">Unable to read this zim file!</string>
|
||||
<string name="zim_not_opened">Unable to open zim file</string>
|
||||
<string name="error_file_invalid">Error: The selected file is not a valid ZIM file.</string>
|
||||
<string name="error_article_url_not_found">Error: Loading article (Url: %1$s) failed.</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user