Second attempt to update changelog
Fix wording in metadata fetch dialog
This commit is contained in:
parent
c8122ebd68
commit
dec4471871
2 changed files with 4 additions and 2 deletions
|
|
@ -4,3 +4,5 @@
|
||||||
- Fix PervEden search
|
- Fix PervEden search
|
||||||
- Add ability to use high-quality thumbnails on nhentai
|
- Add ability to use high-quality thumbnails on nhentai
|
||||||
- Enable PervEden link importing
|
- Enable PervEden link importing
|
||||||
|
- Fix back button in library search
|
||||||
|
- Add HentaiCafe source
|
||||||
|
|
@ -117,7 +117,7 @@ class MetadataFetchDialog {
|
||||||
MaterialDialog.Builder(activity)
|
MaterialDialog.Builder(activity)
|
||||||
.title("Metadata fetch canceled")
|
.title("Metadata fetch canceled")
|
||||||
.content("Library metadata fetch has been canceled.\n\n" +
|
.content("Library metadata fetch has been canceled.\n\n" +
|
||||||
"You can run this operation later by going to: Settings > E-Hentai > Migrate library metadata")
|
"You can run this operation later by going to: Settings > Advanced > Migrate library metadata")
|
||||||
.positiveText("Ok")
|
.positiveText("Ok")
|
||||||
.cancelable(true)
|
.cancelable(true)
|
||||||
.canceledOnTouchOutside(true)
|
.canceledOnTouchOutside(true)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue