refactor: cannot_load_over_internet string

This commit is contained in:
ismailnurudeen
2023-05-11 08:44:30 +01:00
parent 8c79d2a386
commit 7f74a8d609
45 changed files with 4 additions and 49 deletions

View File

@ -874,7 +874,7 @@ class MainActivity : SimpleActivity() {
} catch (e: ActivityNotFoundException) {
toast(R.string.system_service_disabled, Toast.LENGTH_LONG)
} catch (e: NetworkErrorException) {
toast(getString(R.string.cant_load_files_over_internet), Toast.LENGTH_LONG)
toast(getString(R.string.cannot_load_over_internet), Toast.LENGTH_LONG)
} catch (e: Exception) {
showErrorToast(e)
}