Skip to content
Snippets Groups Projects
Commit f93c9680 authored by Christian Paul's avatar Christian Paul
Browse files

much minutes -> many minutes

parent 0f0fd8e8
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ class MusicCacheDuration(types.IntPreference): ...@@ -27,7 +27,7 @@ class MusicCacheDuration(types.IntPreference):
default = 60 * 24 * 7 default = 60 * 24 * 7
verbose_name = "Transcoding cache duration" verbose_name = "Transcoding cache duration"
help_text = ( 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 " "on the server? Transcoded files that were not listened in this interval "
"will be erased and retranscoded on the next listening." "will be erased and retranscoded on the next listening."
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment