Fix a wrong word in translation. (#2120)

Fix a wrong word on HQNow extension
This commit is contained in:
Alessandro Jean 2020-01-23 00:20:54 -03:00 committed by arkon
parent 4058360ad9
commit 66893b9547
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: HQ Now!'
pkgNameSuffix = 'pt.hqnow'
extClass = '.HQNow'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -150,7 +150,7 @@ class HQNow : HttpSource() {
LetterFilter()
)
private class LetterFilter : UriPartFilter("Carta", arrayOf(
private class LetterFilter : UriPartFilter("Letra", arrayOf(
Pair("---","<Selecione>"),
Pair("a","A"),
Pair("b","B"),