Fix typo in word Original in Mangadex Settings+ (#8285)

This commit is contained in:
nicki 2021-07-26 23:34:38 +05:30 committed by GitHub
parent 8bb02faff1
commit ac49213658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ object MDConstants {
return "${coverQualityPref}_$dexLang" return "${coverQualityPref}_$dexLang"
} }
fun getCoverQualityPreferenceEntries() = arrayOf("Orginal", "Medium", "Low") fun getCoverQualityPreferenceEntries() = arrayOf("Original", "Medium", "Low")
fun getCoverQualityPreferenceEntryValues() = arrayOf("", ".512.jpg", ".256.jpg") fun getCoverQualityPreferenceEntryValues() = arrayOf("", ".512.jpg", ".256.jpg")