Second attempt to update changelog

Fix wording in metadata fetch dialog
This commit is contained in:
NerdNumber9 2017-11-30 21:07:26 -05:00
parent c8122ebd68
commit dec4471871
2 changed files with 4 additions and 2 deletions

View File

@ -3,4 +3,6 @@
- Upstream merge
- Fix PervEden search
- 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

View File

@ -117,7 +117,7 @@ class MetadataFetchDialog {
MaterialDialog.Builder(activity)
.title("Metadata fetch canceled")
.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")
.cancelable(true)
.canceledOnTouchOutside(true)