much minutes -> many minutes

environments/review-docs-devel-1399dq/deployments/6607
Christian Paul 2021-01-30 17:04:25 +01:00
rodzic 0f0fd8e8dd
commit f93c9680a0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ class MusicCacheDuration(types.IntPreference):
default = 60 * 24 * 7
verbose_name = "Transcoding cache duration"
help_text = (
"How much minutes do you want to keep a copy of transcoded tracks "
"How many minutes do you want to keep a copy of transcoded tracks "
"on the server? Transcoded files that were not listened in this interval "
"will be erased and retranscoded on the next listening."
)