Fix cover sharing error string (#6911)
(cherry picked from commit 0894b1394fd83fa93d1534bede43f85dfb1afeff)
This commit is contained in:
parent
f473415968
commit
a55964ee3d
@ -1003,7 +1003,7 @@ class MangaController :
|
||||
}
|
||||
} catch (e: Throwable) {
|
||||
logcat(LogPriority.ERROR, e)
|
||||
activity?.toast(R.string.error_saving_cover)
|
||||
activity?.toast(R.string.error_sharing_cover)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user